Add GNUmakefile profiling targets.
[doclang.git] / Language / TCT / Elem.hs
index 71ccd5f5e9e3e48a096455df2db403a3e392c7d5..9230e88cc8196722960d4a0c9863748f231f89ba 100644 (file)
@@ -21,10 +21,10 @@ type Elem = Text
 -- ** Type 'Attr'
 data Attr
  =   Attr
- {   attr_name  :: Text
- ,   attr_open  :: Text
- ,   attr_value :: Text
- ,   attr_close :: Text
+ {   attr_name  :: !Text
+ ,   attr_open  :: !Text
+ ,   attr_value :: !Text
+ ,   attr_close :: !Text
  }
  deriving (Eq,Show)