Library Apps.Labels
Require
Import
String
NArith
.
Inductive
label'
:=
|
Global
:
string
→
label'
|
Local
:
N
→
label'
.
Definition
label
:=
prod
string
label'
.