Files
shaniqua-plugins/examples/makewith/global_pragma/api/API.hs
2005-04-24 08:51:33 +00:00

9 lines
111 B
Haskell

module API where
data Tiny = Tiny { field :: String }
tiny :: Tiny
tiny = Tiny { field = "default value" }