Idris2Doc : Compiler.LiteralRW

Compiler.LiteralRW

(source)
For internal spidr use only.

Reexports

importpublic Compiler.Xla.Literal

Definitions

interfaceLiteralRW : Type->Type->Type
Parameters: dtype, ty
Constraints: Primitive dtype
Methods:
set : Literal->ListNat->ty->IO ()
get : Literal->ListNat->ty

Implementations:
LiteralRWPREDBool
LiteralRWF64Double
LiteralRWS32Int32
LiteralRWU32Nat
LiteralRWU64Nat
set : LiteralRWdtypety=>Literal->ListNat->ty->IO ()
Totality: total
Visibility: public export
get : LiteralRWdtypety=>Literal->ListNat->ty
Totality: total
Visibility: public export
write : HasIOio=>LiteralRWdtypea=>Literalshapea->ioLiteral
Totality: total
Visibility: export
read : LiteralRWdtypea=>HasIOio=>Literal->io (Literalshapea)
Totality: total
Visibility: export