Idris2Doc : Text.TSV.Decoder

Text.TSV.Decoder

(source)

Definitions

interfaceTSVDecoder : Type->Type
Parameters: a
Constructor: 
MkTSVDecoder

Methods:
decodeFrom : TokFalseea

Implementations:
TSVDecoderBits8
TSVDecoderBits16
TSVDecoderBits32
TSVDecoderBits64
TSVDecoderInt8
TSVDecoderInt16
TSVDecoderInt32
TSVDecoderInt64
TSVDecoderNat
TSVDecoderInteger
TSVDecoderDouble
TSVDecoderString
TSVDecoderBool
TSVDecodera=>TSVDecoder (Maybea)
TSVDecodera=>TSVDecoderb=>TSVDecoder (a, b)
All (TSVDecoder.f) ks=>TSVDecoder (Allfks)
All (TSVDecoder.f) ks=>TSVDecoder (Allfks)
decodeFrom : TSVDecodera=>TokFalseea
Totality: total
Visibility: public export
str : TokFalseeString
Totality: total
Visibility: export
refine : Tokb1ea-> (a->Maybeb) ->TokFalseeb
Totality: total
Visibility: export
refineNum : Tokb1ea-> (a->Maybeb) ->TokFalseeb
Totality: total
Visibility: export
natural : (Nat->Maybea) ->TokFalseea
Totality: total
Visibility: export
boundedNat : CastNata=>Nat->TokFalseea
Totality: total
Visibility: export
integral : (Integer->Maybea) ->TokFalseea
Totality: total
Visibility: export
boundedInt : CastIntegera=>Integer->Integer->TokFalseea
Totality: total
Visibility: export
float : (Double->Maybea) ->TokFalseea
Totality: total
Visibility: export
tab : TokFalsee ()
Totality: total
Visibility: export
readTable : TSVDecodera=>Origin->String->Either (ParseErrore) (Lista)
Totality: total
Visibility: export