dolmen
A parser library for automated deduction
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package dolmen
-
dolmen
-
dolmen.intf
-
-
dolmen.line
-
dolmen.smtlib2
-
dolmen.std
-
-
dolmen.tptp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library dolmen.std
Type definition
A path of module names. A path
identifies a module, or the toplevel/implicitly global module if empty.
type t = private
| Local of {
} | (* A local path, mainly used for variables. *) | ||
| Absolute of {
} | (* An absolute path, containing a path to a module, and a basename. *) |
Paths used for variables and constants.
Std functions
val print : Stdlib.Format.formatter -> t -> unit
Printing function.
Creation function
val local : string -> t
Create a local path.
val global : string -> t
Create a global path.
ON THIS PAGE
No table of contents