Skip to content

Commit b634c8b

Browse files
authoredAug 26, 2023
Update Extractors.hs
1 parent f0bfa61 commit b634c8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎haskell/Extractors.hs

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
data Context = Context String Int Bool
77
deriving (Show)
88

9-
data Result = Result
10-
deriving (Show)
11-
129
class FromContext a where
1310
fromContext :: Context -> a
1411

0 commit comments

Comments
 (0)
Please sign in to comment.