Idris2Doc : Literal

Literal

(source)

Definitions

interfaceCharLit : Type->Type
Parameters: a
Constructor: 
CL

Methods:
0CharPred : Char->Type
fromChar : (c : Char) -> {auto0_ : CharPredc} ->a

Implementation: 
CastChara=>CharLit (Subsetap)
0CharPred : CharLita=>Char->Type
Totality: total
Visibility: public export
fromChar : {auto__con : CharLita} -> (c : Char) -> {auto0_ : CharPredc} ->a
Totality: total
Visibility: public export
interfaceDoubleLit : Type->Type
Parameters: a
Constructor: 
DL

Methods:
0DoublePred : Double->Type
fromDouble : (d : Double) -> {auto0_ : DoublePredd} ->a

Implementation: 
CastDoublea=>DoubleLit (Subsetap)
0DoublePred : DoubleLita=>Double->Type
Totality: total
Visibility: public export
fromDouble : {auto__con : DoubleLita} -> (d : Double) -> {auto0_ : DoublePredd} ->a
Totality: total
Visibility: public export
interfaceIntegerLit : Type->Type
Parameters: a
Constructor: 
IL

Methods:
0IntegerPred : Integer->Type
fromInteger : (i : Integer) -> {auto0_ : IntegerPredi} ->a

Implementation: 
CastIntegera=>IntegerLit (Subsetap)
0IntegerPred : IntegerLita=>Integer->Type
Totality: total
Visibility: public export
fromInteger : {auto__con : IntegerLita} -> (i : Integer) -> {auto0_ : IntegerPredi} ->a
Totality: total
Visibility: public export
interfaceStringLit : Type->Type
Parameters: a
Constructor: 
SL

Methods:
0StringPred : String->Type
fromString : (s : String) -> {auto0_ : StringPreds} ->a

Implementation: 
CastStringa=>StringLit (Subsetap)
0StringPred : StringLita=>String->Type
Totality: total
Visibility: public export
fromString : {auto__con : StringLita} -> (s : String) -> {auto0_ : StringPreds} ->a
Totality: total
Visibility: public export
mkIL : (p : (Integer->Type)) -> ((i : Integer) -> (0_ : pi) ->a) ->IntegerLita
Totality: total
Visibility: public export
mkSL : (p : (String->Type)) -> ((i : String) -> (0_ : pi) ->a) ->StringLita
Totality: total
Visibility: public export
mkCL : (p : (Char->Type)) -> ((i : Char) -> (0_ : pi) ->a) ->CharLita
Totality: total
Visibility: public export
mkDL : (p : (Double->Type)) -> ((i : Double) -> (0_ : pi) ->a) ->DoubleLita
Totality: total
Visibility: public export
ilPlain : (Integer->a) ->IntegerLita
Totality: total
Visibility: public export
clPlain : (Char->a) ->CharLita
Totality: total
Visibility: public export
slPlain : (String->a) ->StringLita
Totality: total
Visibility: public export
dlPlain : (Double->a) ->DoubleLita
Totality: total
Visibility: public export