Integer -> a
Identity function.
The call '(inline f)' reduces to f, but inline has a BuiltInRule that tries to inline f (if it has an unfolding) unconditionally The NOINLINE pragma arranges that inline only gets inlined (and hence eliminated) late in compilation, after the rule has had a good chance to fire.
The call '(lazy e)' means the same as e, but lazy has a magical strictness property: it is lazy in its first argument, even though its semantics is strict.
Raise any value as an exception, provided it is in the Typeable class.
Is this year a leap year according to the proleptic Julian calendar?
Is this year a leap year according to the proleptic Gregorian calendar?
Given a year, find Easter according to the Gregorian method
Given a year, find the Paschal full moon according to the Gregorian method
Given a year, find Easter according to Orthodox Christian tradition
Given a year, find the Paschal full moon according to Orthodox Christian tradition
Create a DiffTime from a number of picoseconds.
Create a DiffTime which represents an integral number of seconds.
Show more results