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
type extra_goals = extra_goal list
type 'a embedding =
depth:int ->
Data.state ->
'a ->
Data.state * Data.term * extra_goals
type 'a readback =
depth:int ->
Data.state ->
Data.term ->
Data.state * 'a * extra_goals
type 'a t = {
ty : ty_ast; |
pp_doc : Format.formatter -> unit -> unit; |
pp : Format.formatter -> 'a -> unit; |
embed : 'a embedding; |
readback : 'a readback; |
}
ON THIS PAGE
No table of contents