Library zoo_saturn.inf_ws_deque_1__types

From zoo Require Import
  prelude.
From zoo.language Require Import
  typeclasses
  notations.
From zoo_std Require Import
  inf_array
  domain.
From zoo Require Import
  identifier.
From zoo Require Import
  options.

Notation "'front'" := (
  in_type "zoo_saturn.inf_ws_deque_1.t" 0
)(in custom zoo_field
).
Notation "'back'" := (
  in_type "zoo_saturn.inf_ws_deque_1.t" 1
)(in custom zoo_field
).
Notation "'data'" := (
  in_type "zoo_saturn.inf_ws_deque_1.t" 2
)(in custom zoo_field
).
Notation "'proph'" := (
  in_type "zoo_saturn.inf_ws_deque_1.t" 3
)(in custom zoo_field
).