1
(*Dummy theory to document dependencies *)
2
3
Datatype = "constructor" + Inductive + Univ + QUniv
4
5
(*Datatype must be capital to avoid conflicts with ML's "datatype" *)