package merlin-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file lexer.ml

1
2
3
(* This forward reference is filled in Lexer_raw.mll *)
let is_keyword_ref : (string -> bool) ref = ref (fun _ -> false)
let is_keyword txt = !is_keyword_ref txt
OCaml

Innovation. Community. Security.