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

Turn some -> arrows into →.

parent 7246cee7
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,8 @@ Notation "(, y )" := (λ x, (x,y)) (only parsing) : C_scope.
Notation "p .1" := (fst p) (at level 10, format "p .1").
Notation "p .2" := (snd p) (at level 10, format "p .2").
Definition fun_map {A A' B B'} (f : A' -> A) (g : B -> B')
(h : A -> B) : A' -> B' := g h f.
Definition fun_map {A A' B B'} (f : A' A) (g : B B')
(h : A B) : A' B' := g h f.
Definition prod_map {A A' B B'} (f : A A') (g : B B')
(p : A * B) : A' * B' := (f (p.1), g (p.2)).
Arguments prod_map {_ _ _ _} _ _ !_ /.
......
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