elpi
ELPI - Embeddable λProlog Interpreter
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
Library elpi.parser
Parameters
module C : Parser_config.ParseFile
Signature
type token = Elpi_lexer_config.Tokens.token
val program : ( Lexing.lexbuf -> token ) -> Lexing.lexbuf -> Ast.Program.t
val prefix_SYMB : ( Lexing.lexbuf -> token ) -> Lexing.lexbuf -> Ast.Func.t
val postfix_SYMB : ( Lexing.lexbuf -> token ) -> Lexing.lexbuf -> Ast.Func.t
val infix_SYMB : ( Lexing.lexbuf -> token ) -> Lexing.lexbuf -> Ast.Func.t
val goal : ( Lexing.lexbuf -> token ) -> Lexing.lexbuf -> Ast.Goal.t
ON THIS PAGE
No table of contents