SettingsGlobal settings.
type mode = [ | `Plain| `Category| `Monoidal| `Symmetric_monoidal| `Symmetric_monoidal_closed| `Linear_closed| `Cartesian| `Cartesian_closed| `Compact_closed ]Mode for checking pasting schemes.
val mode : mode Stdlib.refWhether types have elements, ie we consider x : a as implicitly meaning x : 1 → a.
val mode_callback : (mode -> unit) Stdlib.refCallback when the mode is changed.
val on_mode : (mode -> unit) -> unitWhether all maps are reversible starting from dimension 1.
When set to true, we use the order on cells in order to determine whether we are pasting.