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
type decl =
| Begin of Loc.t |
| Namespace of Loc.t * Func.t |
| Constraint of Loc.t * Func.t list |
| Shorten of Loc.t * (Func.t * Func.t) list |
| End of Loc.t |
| Accumulated of Loc.t * (Elpi_util.Util.Digest.t * decl list) list |
| Clause of ( Term.t, raw_attribute list ) Clause.t |
| Local of Func.t list |
| Mode of Func.t Mode.t list |
| Chr of raw_attribute list Chr.t |
| Macro of ( Func.t, Term.t ) Macro.t |
| Type of raw_attribute list Type.t list |
| Pred of raw_attribute list Type.t * Func.t Mode.t |
| TypeAbbreviation of Func.t TypeAbbreviation.t |
| Ignored of Loc.t |
val pp_decl :
Ppx_deriving_runtime.Format.formatter ->
decl ->
Ppx_deriving_runtime.unit
val show_decl : decl -> Ppx_deriving_runtime.string
val mkLocal : string list -> decl
type t = decl list
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
ON THIS PAGE
No table of contents