Computer Dictionary OnlineMedical Dictionary Law Dictionary Legal Dictionary Website Design |
0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z |
recursive type
data List a = Nil | Cons a (List a)
type Bad = (Int, Bad) type Evil = Bool -> Evil
data Good = Pair Int Good data Fine = Fun (Bool->Fine)
Contact the Computer Dictionary Online :: Link to the Computer Dictionary Online :: Disclaimer for Computer Dictionary Online
Computer Dictionary Online
|