Library zoo_std.xchain__types
From zoo Require Import
prelude.
From zoo.language Require Import
typeclasses
notations.
From zoo Require Import
options.
Notation "'xchain_next'" := (
in_type "zoo_std.xchain.t" 0
)(
in custom zoo_field
).
Notation "'xchain_data'" := (
in_type "zoo_std.xchain.t" 1
)(
in custom zoo_field
).