You need to sign in or sign up before continuing.
Stdlib: add ignore
type:added
For LIGO developers
In some cases it can be useful perhaps to have a ignore : forall a . a -> unit
Changelog details:
ignore
in stdlib
New A new function ignore : type a . a -> unit
allows to ignore values.