From 899addf28eed58b1ac5bd1d0ac485825726120ee Mon Sep 17 00:00:00 2001 From: Vag Date: Sat, 29 Aug 2015 15:10:38 +0300 Subject: [PATCH] use italic instead of bold --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5899002..28b1840 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Very restricted Haskell (strict subset) for formally specifying semantics of pro * no modules * no type classes -* no **newtype** and **deriving** +* no *newtype* and *deriving* * fully monomorphic