Idris2Doc
: TyTTP.Core.Error
Index
Default
Alternative
Black & White
TyTTP.Core.Error
(
source
)
Definitions
interface
Error
:
Type
->
Type
Parameters
: e
Methods
:
message
:
e
->
String
Implementation
:
Error
String
message
:
Error
e
=>
e
->
String
Visibility
:
public export