From 76a733631d0cb9faafaf77357e75217283174f62 Mon Sep 17 00:00:00 2001 From: iko Date: Sun, 2 Feb 2020 21:03:30 +0300 Subject: [PATCH] Minor transition fix --- 1.html | 2 +- 1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.html b/1.html index d119b6f..231796b 100644 --- a/1.html +++ b/1.html @@ -411,7 +411,7 @@
-
data CircleType = Circle Double Double Double
+
data CircleType = Circle Double Double Double
 data RectangleType = Rectangle Double Double Double Double
data Shape =
   CircleShape CircleType | RectangleShape RectangleType
diff --git a/1.md b/1.md index c6b654e..7cc6ea5 100644 --- a/1.md +++ b/1.md @@ -491,7 +491,7 @@ ifThenElse (False, "Hello", "World") --- -```{ .fragment .haskell } +```{ .haskell } data CircleType = Circle Double Double Double data RectangleType = Rectangle Double Double Double Double ```