Compiled: Wed Dec 05 00:00:27 PST 2012 from source file: ./frege/Prelude.fr
inherited from Enum
Function generated for derived istance.
Function generated for derived istance.
Function generated for derived istance.
Function generated for derived istance.
inherited from Eq.!=
inherited from Eq./=
Function generated for derived istance.
Function generated for derived istance.
inherited from Eq.!=
inherited from Eq./=
Function generated for derived istance.
Function generated for derived istance.
inherited from Eq.!=
inherited from Eq./=
Function generated for derived istance.
Function generated for derived istance.
inherited from Ord.<
inherited from Ord.<=
Function generated for derived istance.
inherited from Ord.>
inherited from Ord.>=
inherited from Ord.compare
inherited from Ord.max
inherited from Ord.min
inherited from Ord.<
inherited from Ord.<=
Function generated for derived istance.
inherited from Ord.>
inherited from Ord.>=
inherited from Ord.compare
inherited from Ord.max
inherited from Ord.min
inherited from Ord.<
inherited from Ord.<=
Function generated for derived istance.
inherited from Ord.>
inherited from Ord.>=
inherited from Ord.compare
inherited from Ord.max
inherited from Ord.min
inherited from Ord.<
inherited from Ord.<=
Function generated for derived istance.
inherited from Ord.>
inherited from Ord.>=
inherited from Ord.compare
inherited from Ord.max
inherited from Ord.min
inherited from Ord.<
inherited from Ord.<=
Function generated for derived istance.
inherited from Ord.>
inherited from Ord.>=
inherited from Ord.compare
inherited from Ord.max
inherited from Ord.min
xs !! n is the element with index /n/ of the list /xs/, where the head element of a list has index 0.
splits a String on end-of-line and returns a list of Strings
The last line may or may not be terminated by newline.
End-of-line is signaled by a number of carriage returns followed by a new line.
This should work for UNIX and Windows.
unsafe trace, returns always false and can thus be used like
fun x y | trace ("x is " ++ show x) = undefined | traceLn ("y is " ++ show y) = undefined | otherwise = ......
Note that this imposes strictness on the traced data.
same as trace but appends a line break
unlines is an inverse operation to lines.
It joins lines, after appending a terminating newline to each.
unwords is an inverse operation to words.
It joins words with separating spaces.
splits a String on non empty sequences of spaces and returns a list of Strings
Eq_Ordering./=, Eq_Ordering.!=, Eq_Ordering.==, Ord_Ordering.>, Ord_Ordering.<=, Ord_Ordering.<, Ord_Ordering.>=
Ord_Ordering.<=>, Ord_Ordering.compare, Ord_Ordering.max, Ord_Ordering.min