Library zoo_std.xtchain__types

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

Notation "'next'" := (
  in_type "zoo_std.xtchain.t" 0
)(in custom zoo_field
).
Notation "'data'" := (
  in_type "zoo_std.xtchain.t" 1
)(in custom zoo_field
).