Qed.EngineSourceGeneric Engine Signature
type link = | F_call of stringn-ary function
*)| F_subst of string * stringn-ary function with substitution first value is the link name, second is the substitution (e.g. "foo(%1,%2)")
*)| F_left of string2-ary function left-to-right +
*)| F_right of string2-ary function right-to-left +
*)| F_list of string * stringn-ary function with (cons,nil) constructors
*)| F_assoc of stringassociative infix operator
*)| F_bool_prop of string * stringHas a bool and prop version
*)type mode = | MpositiveCurrent scope is Prop in positive position.
| MnegativeCurrent scope is Prop in negative position.
| MtermCurrent scope is Term.
| Mterm_intInt is required but actual scope is Term.
| Mterm_realReal is required but actual scope is Term.
| MintCurrent scope is Int.
| MrealCurrent scope is Real.
Generic Engine Signature