aboutsummaryrefslogtreecommitdiff
path: root/vendor/cabal-helper-0.8.1.2/tests/bkpregex/regex-indef/Str.hsig
blob: 23bfb8c13c6f8e930a7047c52049f159c6f079b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
signature Str where

data Str
instance Eq Str

null :: Str -> Bool
singleton :: Char -> Str
splits :: Str -> [(Str, Str)]
parts :: Str -> [[Str]]