Skip to content
Snippets Groups Projects
Commit ae3c8fdf authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Make hlist universe polymorphic.

This change makes it possible to use hlists in the proof mode, which
itself uses hlists in the implementation of the specialize tactic.
parent 922a41c1
No related branches found
No related tags found
No related merge requests found
From iris.prelude Require Import tactics.
Local Set Universe Polymorphism.
(* Not using [list Type] in order to avoid universe inconsistencies *)
Inductive tlist := tnil : tlist | tcons : Type tlist tlist.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment