isabelle-hacks/fxp/src/Catalog/catParams.sml

18 lines
449 B
Standard ML
Raw Normal View History

signature CatParams =
sig
2021-04-28 08:27:40 +00:00
val O_CATALOG_FILES : Uri.Uri list Unsynchronized.ref
val O_PREFER_SOCAT : bool Unsynchronized.ref
val O_PREFER_SYSID : bool Unsynchronized.ref
val O_PREFER_CATALOG : bool Unsynchronized.ref
val O_SUPPORT_REMAP : bool Unsynchronized.ref
val O_CATALOG_ENC : Encoding.Encoding Unsynchronized.ref
val catError : CatError.Position * CatError.CatError -> unit
end