val ppmetasenv: ?sep: string -> substitution -> Cic.metasenv -> string
val ppsubst: substitution -> string
-(* From now on we recreate a kernel abstraction where substitutions are part of
+(* {2 Kernel wrappers}
+ * From now on we recreate a kernel abstraction where substitutions are part of
* the calculus *)
val whd: substitution -> Cic.context -> Cic.term -> Cic.term
+
val are_convertible:
substitution -> Cic.context -> Cic.term -> Cic.term ->
bool
+
val type_of_aux':
Cic.metasenv -> substitution -> Cic.context -> Cic.term ->
Cic.term