Skip to content

Commit

Permalink
Haddock: PathLike -> TrailLike
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Apr 3, 2015
1 parent 23ac8ae commit df68e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/Core/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ class Backend b v n where
-- @
--
-- There's even more ambiguity here. Whereas 'image' always returns
-- a 'Diagram', the 'circle' function can produce any 'PathLike'
-- a 'Diagram', the 'circle' function can produce any 'TrailLike'
-- type, and the 'width' function can consume any 'Enveloped' type,
-- so GHC has no idea what type to pick to go in the middle.
-- However, the solution is the same:
Expand Down

0 comments on commit df68e86

Please sign in to comment.