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
Where to print the documentation. For the running example DocAbove * generates * % div N M D R
division of N by M gives D with reminder R * pred div i:int, i:int, o:int, o:int. * while DocNext generates * pred div % division of N by M gives D with reminder R * i:int, % N * i:int, % M * o:int, % D * o:int. % R * The latter format it is useful to give longer doc for each argument.
type declaration =
| MLCode of BuiltInPredicate.t * doc_spec |
| MLData : 'a Conversion.t -> declaration |
| MLDataC : ( 'a, 'h, 'c ) ContextualConversion.t -> declaration |
| LPDoc of string |
| LPCode of string |
val declare : file_name:string -> declaration list -> Setup.builtins
What is passed to Setup.init
val document_fmt : Format.formatter -> Setup.builtins -> unit
Prints in LP syntax the "external" declarations. * The file builtin.elpi is generated by calling this API on the * declaration list from elpi_builtin.ml
val document_file : ?header:string -> Setup.builtins -> unit
ON THIS PAGE
No table of contents