package dolmen
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=b9a6f80bf13fdf1fd69ff2013f583582fa00e13c86ee6f800737fabcfd530458
sha512=84b8c18e56b3fb20674af0a3729b7e15e543f21b0062c565b575b994388eb55ee8123e5d3d31f5f1042b204544b3084089a024c742ab741ddd7e18b5641dd399
doc/dolmen.class/Dolmen_class/Logic/Make/argument-2-I/index.html
Parameter Make.I
The type of namespaces. Namespaces are used to distinguish identifiers with the same name, but that occur in different contexts. For instance, in smtlib, sorts and terms live in different namespaces; so a term constant can have the same name as a sort, and still be syntactically different.
val sort : namespaceThe namespace for sorts (also called types). Currently only used for smtlib.
val var : namespaceNamespace for variables (when they can be syntatically distinguished from constants).
val term : namespaceThe usual namespace for terms.
val attr : namespaceNamespace used for attributes (also called annotations) in smtlib.
val decl : namespaceNamespace used for declaration identifiers (for instance used to filter declarations during includes)
val track : namespaceNamespace used to tag and identify sub-terms occuring in files.
val mod_name : string -> namespaceNamespace used by modules (for instance in dedulkti).