Import hs-plugins cvs
This commit is contained in:
13
examples/make/makeall001/Tiny.hs
Normal file
13
examples/make/makeall001/Tiny.hs
Normal file
@ -0,0 +1,13 @@
|
||||
module Tiny ( resource ) where
|
||||
|
||||
import API
|
||||
|
||||
import A
|
||||
import B
|
||||
import C
|
||||
|
||||
resource = tiny {
|
||||
|
||||
field = a ++ b ++ c
|
||||
|
||||
}
|
Reference in New Issue
Block a user