package logical

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type variable = string
module Type : sig ... end
module Comparator : Base.Comparator.S with type t = Type.t
type state = (variable * Type.t) list
type goal = state -> state option Base.Sequence.t
val int : int -> Type.t
val float : float -> Type.t
val str : string -> Type.t
val bool : bool -> Type.t
val var : variable -> Type.t
val to_string : Type.t -> string
OCaml

Innovation. Community. Security.