= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package elpi
-
elpi
-
-
elpi.lexer_config
-
elpi.trace.ppx
-
elpi.trace.runtime
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp_fixity : Format.formatter -> fixity -> unit
val fixity_of_string : string -> fixity
type extensible = {
start : string;
mk_token : string -> Tokens.token;
token : string;
non_enclosed : bool;
at_least_one_char : bool;
fixed : string list;
}
val mkFix : string -> string -> Tokens.token -> mixfix_kind
val mkExt :
string ->
string ->
?non_enclosed:bool ->
?at_least_one_char:bool ->
?fixed:string list ->
(string -> Tokens.token) ->
mixfix_kind
val mixfix_symbols : mixfix list