Skip to content

Commit

Permalink
Typofix in Data.Type.Equality comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jun 18, 2017
1 parent 8573100 commit df32880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/base/Data/Type/Equality.hs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ gcastWith Refl x = x
apply :: (f :~: g) -> (a :~: b) -> (f a :~: g b)
apply Refl Refl = Refl

-- | Extract equality of the arguments from an equality of a applied types
-- | Extract equality of the arguments from an equality of applied types
inner :: (f a :~: g b) -> (a :~: b)
inner Refl = Refl

Expand Down

0 comments on commit df32880

Please sign in to comment.