Safe Haskell | None |
---|
- data PolarityKey
- type SemPols = [Int]
- data PolarityAttr
- = SimplePolarityAttr { }
- | RestrictedPolarityAttr { }
- readPolarityAttrs :: String -> Set PolarityAttr
- showPolarityAttrs :: Set PolarityAttr -> String
Documentation
data PolarityKey
PolarityKeyAv Text Text | |
PolarityKeyStr Text | |
PolarityKeyVar Text | attribute |
data PolarityAttr
PolarityAttr
is something you want to perform detect polarities on.
SimplePolarityAttr | |
RestrictedPolarityAttr |
|