Skip to content

Commit

Permalink
Add hint for "text" function.
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed May 21, 2012
1 parent 0050157 commit 617c7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Types/Hints.hs
Expand Up @@ -22,6 +22,7 @@ textAttrs = [ "toText" -: string ==> text
elements = let iee = IntT ==> element ==> element in
[ "flow" -: direction ==> listOf element ==> element
, "layers" -: listOf element ==> element
, "text" -: text ==> element
, "opacity" -: iee
, "width" -: iee
, "height" -: iee
Expand Down

0 comments on commit 617c7a9

Please sign in to comment.