12 lines
187 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
-- 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" }