[Int] -> Int -base -hunit
The number of days in a given month according to the proleptic Gregorian calendar. First argument is year, second is month.
The number of days in a given month according to the proleptic Julian calendar. First argument is year, second is month.
the length of a given month in the Gregorian or Julian calendars. First arg is leap year flag
Generates one of the given values. The input list must be non-empty.
Takes a list of elements of increasing size, and chooses among an initial segment of the list. The size of this initial segment increases with the size parameter. The input list must be non-empty.
O(n). Create a sequence from a finite list of elements. There is a function toList in the opposite direction for all instances of the Foldable class, including Seq.
O(n). Build a set from an ascending list of distinct elements in linear time. The precondition (input list is strictly ascending) is not checked.
A maximal set of mutually reachable vertices.
scheduleAlarm i calls alarm to schedule a real time alarm at least i seconds in the future.
Sleep for the specified duration (in seconds). Returns the time remaining (if the sleep was interrupted by a signal, for example).
GHC Note: the comment for usleep also applies here.
The inward-bound degree of the Node.
The outward-bound degree of the Node.
Show more results