sourcephile
/
git
/
doclang.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add GNUmakefile profiling targets.
[doclang.git]
/
Language
/
TCT
/
Elem.hs
diff --git
a/Language/TCT/Elem.hs
b/Language/TCT/Elem.hs
index 71ccd5f5e9e3e48a096455df2db403a3e392c7d5..9230e88cc8196722960d4a0c9863748f231f89ba 100644
(file)
--- a/
Language/TCT/Elem.hs
+++ b/
Language/TCT/Elem.hs
@@
-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)