Skip to content
Snippets Groups Projects
Commit e5b7eb59 authored by Ömer Sinan Ağacan's avatar Ömer Sinan Ağacan Committed by Marge Bot
Browse files

Fix a code block syntax in user manual sec. 6.8.8.6

parent c247b6be
No related branches found
No related tags found
No related merge requests found
...@@ -718,7 +718,7 @@ Some details: ...@@ -718,7 +718,7 @@ Some details:
- The instance signature is purely local to the class instance - The instance signature is purely local to the class instance
declaration. It only affects the typechecking of the method in declaration. It only affects the typechecking of the method in
the instance; it does not affect anything outside the class the instance; it does not affect anything outside the class
instance. In this way, it is similar to an inline type signature: instance. In this way, it is similar to an inline type signature: ::
instance Eq a => Eq (T a) where instance Eq a => Eq (T a) where
(==) = (\ x y -> True) :: forall b. b -> b -> Bool (==) = (\ x y -> True) :: forall b. b -> b -> Bool
......
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