Skip to content

Commit

Permalink
EXPERIMENT, DON'T MERGE: see if Read instance exercised by the test s…
Browse files Browse the repository at this point in the history
…uite
  • Loading branch information
ulysses4ever committed Jun 18, 2024
1 parent 1b8d55c commit 42afa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gibbon-compiler/src/Gibbon/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ newtype Symbol = Symbol InternedString
deriving (Eq, Ord, Show)

instance Read Symbol where
readsPrec _ s = [(Symbol $ DI.intern s, "")]
readsPrec _ s = undefined -- TODO: fixme [(Symbol $ DI.intern s, "")]

instance IsString Symbol where
fromString = intern
Expand Down

0 comments on commit 42afa46

Please sign in to comment.