Documentation
EvmYul
.
PerformIO
Search
return to top
source
Imports
Init
Imported by
unsafePerformIO
totallySafePerformIO
source
unsafe def
unsafePerformIO
{
τ
:
Type
}
[
Inhabited
τ
]
(
io
:
IO
τ
)
:
τ
Equations
One or more equations did not get rendered due to their size.
Instances For
source
@[implemented_by unsafePerformIO]
def
totallySafePerformIO
{
τ
:
Type
}
[
Inhabited
τ
]
(
io
:
IO
τ
)
:
τ
Equations
totallySafePerformIO
io
=
default
Instances For