summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 870a40c..54451cc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -56,10 +56,7 @@ import System.Directory (doesFileExist)
import qualified Data.Map as M
import Data.Map ((!), keys, Map)
-data Point = Point
- { pointX, pointY :: Double
- , pointName :: String
- } deriving (Show)
+data Point = Point { pointX, pointY :: Double , pointName :: String} deriving (Show)
```
into: