• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • ocaml-logicalform

  • Documentation
  • ocaml-logicalform lib
  • LogicalForm .Form .I Module type
package ocaml-logicalform
  • ocaml-logicalform
    • LogicalForm
      • CNF
        • I
          • Clause
            • Literal
              • Id
                • T
        • Make
          • C
            • Literal
              • Id
                • T
      • Clause
        • I
          • Literal
            • Id
              • T
        • Make
          • L
            • Id
              • T
      • DNF
        • I
          • Term
            • Literal
              • Id
                • T
        • Make
          • T
            • Literal
              • Id
                • T
      • Exceptions
      • Form
        • I
          • Literal
            • Id
              • T
      • IdBase
        • BASE
        • I
        • Make
          • B
      • Index
        • I
          • T
        • Make
          • T
      • Literal
        • I
          • Id
            • T
        • Make
          • Id
            • T
      • NNF
        • I
          • Literal
            • Id
              • T
        • Make
          • L
            • Id
              • T
      • PrettyPrint
        • I
        • Inspectable
        • Sexpable
        • Style
          • Infix
          • Prefix
      • Properties
        • Conjunctable
        • Disjunctable
        • Executable
        • NeedsValidation
        • Negatable
      • Std
        • CNF
          • Clause
            • Literal
              • Id
                • T
        • Clause
          • Literal
            • Id
              • T
        • DNF
          • Term
            • Literal
              • Id
                • T
        • Index
          • T
        • Literal
          • Id
            • T
        • NNF
          • Literal
            • Id
              • T
        • Term
          • Literal
            • Id
              • T
        • UnNF
          • Literal
            • Id
              • T
      • Term
        • I
          • Literal
            • Id
              • T
        • Make
          • L
            • Id
              • T
      • UnNF
        • I
          • Literal
            • Id
              • T
        • Make
          • L
            • Id
              • T
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Literal : Literal.I
type t = private [>
  1. | Literal.t
]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val __t_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> t
include Properties.Conjunctable with type t := t
val and_ : t list -> t
include Properties.Disjunctable with type t := t
val or_ : t list -> t
include Properties.Negatable with type t := t
val not_ : t -> t
include Properties.NeedsValidation with type t := t
val validate : t -> t
include Properties.Executable with type t := t
val eval : t -> bool array -> bool option

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct