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

Make level of -n> the same as →.

parent 98ba9f5f
No related branches found
No related tags found
No related merge requests found
......@@ -260,9 +260,10 @@ Section cofe_mor.
End cofe_mor.
Arguments cofe_mor : clear implicits.
Infix "-n>" := cofe_mor (at level 45, right associativity).
Instance cofe_more_inhabited {A B : cofeT} `{Inhabited B} :
Inhabited (A -n> B) := populate (CofeMor (λ _, inhabitant)).
Notation "A -n> B" :=
(cofe_mor A B) (at level 99, B at level 200, right associativity).
Instance cofe_mor_inhabited {A B : cofeT} `{Inhabited B} :
Inhabited (A -n> B) := populate (λne _, inhabitant).
(** Identity and composition and constant function *)
Definition cid {A} : A -n> A := CofeMor id.
......
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