• 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 .Clause .I .Literal .Id Module
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 T : IdBase.I
type t = private
  1. | Valid of Index.nonzero_sign * T.t
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val id : T.t -> t
val to_nonzero_int_exn : t -> Base.int
val of_nonzero_int_exn : Base.int -> t
include Base.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string
include Properties.Negatable with type t := t
val not_ : t -> t

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