Library zoo_std.glist__types

Require Import zoo.prelude.
Require Import zoo.language.typeclasses.
Require Import zoo.language.notations.
Require Import zoo.options.

Notation "'Nil'" := (
  in_type "zoo_std.glist.t" 0
)(in custom zoo_tag
).
Notation "'Cons'" := (
  in_type "zoo_std.glist.t" 1
)(in custom zoo_tag
).