2005-09-03 04:45:14 +00:00

6 lines
67 B
Haskell

module API where
newtype Interface = Interface { field :: Int }