Documentation
EvmYul
.
PointEval
Search
return to top
source
Imports
Init
Conform.Wheels
EvmYul.PerformIO
EvmYul.Wheels
Imported by
blobPointEval
blobPointEval
.
pythonCommandOfInput
PointEval
source
def
blobPointEval
(
data
:
String
)
:
String
Equations
blobPointEval
data
=
(
totallySafePerformIO
∘
IO.Process.run
)
(
blobPointEval.pythonCommandOfInput
data
)
Instances For
source
def
blobPointEval
.
pythonCommandOfInput
(
data
:
String
)
:
IO.Process.SpawnArgs
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
PointEval
(
data
:
ByteArray
)
:
Except
String
ByteArray
Equations
PointEval
data
=
match
blobPointEval
(
toHex
data
)
with |
"error"
=>
Except.error
"PointEval failed"
|
s
=>
ByteArray.ofBlob
s
Instances For