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

12 lines
187 B
Haskell

-- P.Thiemann reports that 'import Char' leads to undefined symbol for
-- __stginit_Char_.
module Test where
import API
import Char
resource = test { field = map toUpper "success" }