We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246053a commit 192e6deCopy full SHA for 192e6de
src/Data/Container/Morphism/Definition.idr
@@ -54,8 +54,8 @@ namespace DependentCharts
54
%name (=&>) f, g, h
55
56
public export
57
- (%!) : c1 =&> c2 -> (x : c1.Shp) -> (y : c2.Shp ** (c1.Pos x -> c2.Pos y))
58
- (%!) (!& f) x = f x
+ (&!) : c1 =&> c2 -> (x : c1.Shp) -> (y : c2.Shp ** (c1.Pos x -> c2.Pos y))
+ (&!) (!& f) x = f x
59
60
61
compDepChart : a =&> b -> b =&> c -> a =&> c
0 commit comments