Skip to content
Snippets Groups Projects
Commit 20b352eb authored by andreas.abel's avatar andreas.abel Committed by Marge Bot
Browse files

Doc: tabs to spaces

parent cca08c2c
No related branches found
No related tags found
No related merge requests found
......@@ -1736,7 +1736,7 @@ of ``-W(no-)*``.
are used. For instance: ::
data P = P { x :: Int, y :: Int }
data P = P { x :: Int, y :: Int }
f1 :: P -> Int
f1 P{..} = 1 + 3
......@@ -1799,7 +1799,7 @@ of ``-W(no-)*``.
For instance: ::
data P = P { x :: Int, y :: Int }
data P = P { x :: Int, y :: Int }
f1 :: P -> Int
f1 P{x,y,..} = x + y
......
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