Library zoo_std.goptional__code
Require Import zoo.prelude.
Require Import zoo.language.typeclasses.
Require Import zoo.language.notations.
Require Import zoo.options.
Notation "'goptionalŮ Nothing'" := (
in_type "zoo_std.goptional.t" 0
)(in custom zoo_tag
).
Notation "'goptionalŮ Anything'" := (
in_type "zoo_std.goptional.t" 1
)(in custom zoo_tag
).
Notation "'goptionalŮ Something'" := (
in_type "zoo_std.goptional.t" 2
)(in custom zoo_tag
).
Require Import zoo.language.typeclasses.
Require Import zoo.language.notations.
Require Import zoo.options.
Notation "'goptionalŮ Nothing'" := (
in_type "zoo_std.goptional.t" 0
)(in custom zoo_tag
).
Notation "'goptionalŮ Anything'" := (
in_type "zoo_std.goptional.t" 1
)(in custom zoo_tag
).
Notation "'goptionalŮ Something'" := (
in_type "zoo_std.goptional.t" 2
)(in custom zoo_tag
).