Library Apps.Labels

Require Import String NArith.

Inductive label' :=
| Global : stringlabel'
| Local : Nlabel'.

Definition label := prod string label'.