module Theory:sig
..end
A globular theory, the typical example being weak omega-categories.
module Var:sig
..end
module Cons:sig
..end
type
term =
| |
Var of |
|||
| |
Cons of |
(* | A context contains terms with their source and target. | *) |
typecontext =
(term * (term * term)) list