package datalog

  1. Overview
  2. Docs

Module Logic.Const

Sourcetype t = const
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval query : t

Special symbol, that will never occur in any user-defined clause or term. For strings, this may be the empty string "".

OCaml

Innovation. Community. Security.