home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
MacHaskell 2.2
/
progs
/
lib
/
cl
/
maybe.hs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-27
|
261 b
|
13 lines
|
[
TEXT/YHS2
]
-- maybe.hs -- "maybe" type
--
-- author : Sandra Loosemore
-- date : 22 June 1993
--
module Maybe where
data Maybe a = Some a | Null
{-# ImportLispType (Maybe(Some("identity", "identity", "identity"),
Null("not", "'#f"))) #-}