base -is:package

A prism that shows and reads integers in base-2 through base-36 Note: This is an improper prism, since leading 0s are stripped when reading.
>>> "100" ^? base 16
Just 256
>>> 1767707668033969 ^. re (base 36)
"helloworld"
Combinator for the <base /> element. Example:
base
Result:
<base />
The base from which calculations are made
Render an integral at base n.
The default kind. Does not extend any type.
only for Number types
base to use rather than file name
Used to define kind. Base types do not extend any type.
Extensible exceptions, except for multiple handlers.
Basic data types and classes.
Class of mutable vectors.
Basic definitions for the HUnit library. This module contains what you need to create assertions and test cases and combine them into test suites. This module also provides infrastructure for implementing test controllers (which are used to execute tests). See Test.HUnit.Text for a great example of how to implement a test controller.