OCanren
Implementation of miniKanren relational (logic) EDSL
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package OCanren
-
OCanren
-
-
pa_ocanren
-
tester
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : unit -> t
val create : anchor:int -> t
val fresh : scope:OCanren__Term.Var.scope -> t -> 'a
val check : t -> OCanren__Term.Var.t -> bool
val check_exn : t -> OCanren__Term.Var.t -> unit
val is_var : t -> 'a -> bool
val var : t -> 'a -> OCanren__Term.Var.t option
val freevars : t -> 'a -> OCanren__Term.VarSet.t
val is_open : t -> 'a -> bool
module Monad : sig ... end
type 'a m = 'a Monad.t