Skip to content

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:

New ignore in stdlib

A new function ignore : type a . a -> unit allows to ignore values.

Merge request reports

Loading