package misc
- Alphabetic
- Public
- Protected
Type Members
- trait FutureValue extends AnyRef
Common trait for all classes that exhibit a future-like behavior.
Common trait for all classes that exhibit a future-like behavior. That is, they contain a value that may not yet have been computed, and that may still throw exceptions. But unlike for Future, no methods are provided for extracting that value, only to wait for it.
- class Symbols extends AnyRef
To encode non-ASCII characters ("symbols") in strings, Isabelle uses a proprietary encoding which encodes a symbol as a substring
\<name>wherenameis the name of the substring.To encode non-ASCII characters ("symbols") in strings, Isabelle uses a proprietary encoding which encodes a symbol as a substring
\<name>wherenameis the name of the substring. (Thus, strings containing symbols are ASCII strings.) There is a loose correspondence between symbols and Unicode codepositions that is documented in a machine readable format inetc/symbolsin the Isabelle distribution. This class translates between Isabelle's encoding and Unicode strings.If the default values for this class's constructor are appropriate, consider using the static functions Symbols.symbolsToUnicode and Symbols.unicodeToSymbols instead of instantiating this class.
Value Members
- object SMLCodeUtils
- object SharedCleaner
- object Symbols
- object Utils
Contains miscellaneous utility functions