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

6 lines
91 B
Haskell

module Plugin where
import API
resource = plugin { function = (+) :: Int -> Int -> Int }