UriManager.uri list * attribute list (* parameters *)
| Variable of string * term option * term * (* name, body, type *)
UriManager.uri list * attribute list (* parameters *)
- | CurrentProof of string * metasenv * term * (* name, conjectures, value,*)
+ | CurrentProof of string * metasenv * term * (* name, conjectures, body, *)
term * UriManager.uri list * attribute list (* type, parameters *)
| InductiveDefinition of inductiveType list * (* inductive types, *)
UriManager.uri list * int * attribute list (* params, left params no *)
UriManager.uri list * attribute list (* parameters *)
| ACurrentProof of id * id *
string * annmetasenv * (* name, conjectures, *)
- annterm * annterm * UriManager.uri list * (* value,type,parameters *)
+ annterm * annterm * UriManager.uri list * (* body,type,parameters *)
attribute list
| AInductiveDefinition of id *
anninductiveType list * (* inductive types , *)