Library zoo_persistent.parray_1__types

From zoo Require Import
  prelude.
From zoo.language Require Import
  typeclasses
  notations.
From zoo_std Require Import
  array.
From zoo Require Import
  options.

Notation "'Root'" := (
  in_type "zoo_persistent.parray_1.descr" 0
)(in custom zoo_tag
).
Notation "'Diff'" := (
  in_type "zoo_persistent.parray_1.descr" 1
)(in custom zoo_tag
).

Notation "'equal'" := (
  in_type "zoo_persistent.parray_1.descr.Root" 0
)(in custom zoo_proj
).
Notation "'data'" := (
  in_type "zoo_persistent.parray_1.descr.Root" 1
)(in custom zoo_proj
).