Make.Backendinclude Backend_sig.DESCRIPTIONTranslation of non-standard terms and sorts
type translate_term_cont := SMT.t -> stringType of continuation for term translation.
type translate_sort_cont := Sort.t -> stringType of continuation for sort translation.
val translate_non_std :
translate_term_cont ->
translate_sort_cont ->
SMT.t ->
stringval declare_non_std_sort : Sort.t -> stringval translate_non_std_sort : translate_sort_cont -> Sort.t -> string