Skip to content
Snippets Groups Projects
Unverified Commit ec1931b5 authored by andreas.abel's avatar andreas.abel Committed by Zubin
Browse files

Doc: tabs to spaces

(cherry picked from commit 20b352eb)
parent 4b1205c8
No related branches found
No related tags found
No related merge requests found
...@@ -1625,7 +1625,7 @@ of ``-W(no-)*``. ...@@ -1625,7 +1625,7 @@ of ``-W(no-)*``.
are used. For instance: :: are used. For instance: ::
data P = P { x :: Int, y :: Int } data P = P { x :: Int, y :: Int }
f1 :: P -> Int f1 :: P -> Int
f1 P{..} = 1 + 3 f1 P{..} = 1 + 3
...@@ -1647,7 +1647,7 @@ of ``-W(no-)*``. ...@@ -1647,7 +1647,7 @@ of ``-W(no-)*``.
For instance: :: For instance: ::
data P = P { x :: Int, y :: Int } data P = P { x :: Int, y :: Int }
f1 :: P -> Int f1 :: P -> Int
f1 P{x,y,..} = x + y 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