Idris2Doc : Text.Regex.Naive

Text.Regex.Naive

(source)

Reexports

importpublic Data.Alternative
importpublic Data.List.Quantifiers
importpublic Data.List.Lazy
importpublic Data.List1
importpublic Data.Vect
importpublic Syntax.IHateParens.List
importpublic Text.Regex.Interface
importpublic Text.Matcher

Definitions

dataRegExpOp : Type->Type
Totality: total
Visibility: export
Constructors:
Seq : AllRegExptys->RegExpOp (Allidtys)
Sel : AllRegExptys->RegExpOp (Anyidtys)
WordB : Bool->Bool->RegExpOp ()
WithMatch : RegExpa->RegExpOp (ListChar, a)
Rep1 : RegExpa->RegExpOp (List1a)
Edge : LineMode->EdgeSide->RegExpOp ()
AnyChar : LineMode->RegExpOpChar
Sym : (Char->Maybea) ->RegExpOpa
recordRegExp : Type->Type
Totality: total
Visibility: export
Constructor: 
RE : RegExpOpopTy-> (opTy->a) ->RegExpa

Projections:
.mapping : ({rec:0} : RegExpa) ->opTy{rec:0}->a
0.opTy : RegExpa->Type
.operation : ({rec:0} : RegExpa) ->RegExpOp (opTy{rec:0})

Hints:
AlternativeRegExp
ApplicativeRegExp
FunctorRegExp
RegexRegExp
TextMatcherRegExp
rawMatch : Bool->RegExpa->ListChar-> (str : ListChar) ->LazyList (Maybe (Fin (S (str.length))), a)
Totality: total
Visibility: public export
rawMatchIn : Bool->RegExpa->ListChar->ListChar->LazyList (ListChar, (ListChar, (a, ListChar)))
Totality: total
Visibility: public export
rawMatchAll : Bool->RegExpa->ListChar->ListChar->LazyList (List (ListChar, (ListChar, a)), ListChar)
Totality: total
Visibility: public export
RegexRegExp : RegexRegExp
Totality: total
Visibility: public export
TextMatcherRegExp : TextMatcherRegExp
Totality: total
Visibility: public export