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

A bunch of missing Params instances.

parent e54b7fe0
No related branches found
No related tags found
No related merge requests found
......@@ -422,6 +422,8 @@ Notation "p .1" := (fst p) (at level 10, format "p .1").
Notation "p .2" := (snd p) (at level 10, format "p .2").
Instance: Params (@pair) 2.
Instance: Params (@fst) 2.
Instance: Params (@snd) 2.
Notation curry := prod_curry.
Notation uncurry := prod_uncurry.
......
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