14 lines
124 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
module Tiny ( resource ) where
import API
import A
import B
import C
resource = tiny {
field = a ++ b ++ c
}