Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 58d819f

Browse files
committed
Turn on overloaded strings in the doctests.
1 parent ce1d209 commit 58d819f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

semantic-core/src/Analysis/Concrete.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,7 @@ data EdgeType
210210
| Slot Name
211211
| Value Concrete
212212
deriving (Eq, Ord, Show)
213+
214+
215+
-- $setup
216+
-- >>> :seti -XOverloadedStrings

0 commit comments

Comments
 (0)