Idris2Doc : Data.Refined.String

Data.Refined.String

(source)

Reexports

importpublic Data.Refined.Char
importpublic Data.Refined.List
importpublic Data.Refined.Core

Definitions

0Len : (Integer->Type) ->String->Type
Totality: total
Visibility: public export
0Str : (ListChar->Type) ->String->Type
Totality: total
Visibility: public export
dataLeftTrimmed : ListChar->Type
  Proof that a (non-empty) list of characters does not start with
a whitespace character.

Totality: total
Visibility: public export
Constructor: 
LTCons : Holds (not.isControl) c->LeftTrimmed (c::cs)

Hints:
HDec (ListChar) LeftTrimmed
HDec0 (ListChar) LeftTrimmed
dataRightTrimmed : ListChar->Type
  Proof that a list of characters does not start with a whitespace character.

Totality: total
Visibility: public export
Constructors:
RT1 : Holds (not.isControl) c->RightTrimmed [c]
RTCons : RightTrimmedcs->RightTrimmed (c::cs)

Hints:
HDec (ListChar) RightTrimmed
HDec0 (ListChar) RightTrimmed
0Trimmed : ListChar->Type
Totality: total
Visibility: public export