We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bfa61 commit b634c8bCopy full SHA for b634c8b
haskell/Extractors.hs
@@ -6,9 +6,6 @@
6
data Context = Context String Int Bool
7
deriving (Show)
8
9
-data Result = Result
10
- deriving (Show)
11
-
12
class FromContext a where
13
fromContext :: Context -> a
14
0 commit comments