9 lines
76 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
module API where
newtype Interface = I Int
rsrc :: Interface
rsrc = I 1