Skip to content

Commit 908ddf6

Browse files
committed
Remove commented-out code
1 parent 3ca61d1 commit 908ddf6

File tree

1 file changed

+0
-9
lines changed
  • booster/library/Booster/Definition/Attributes

1 file changed

+0
-9
lines changed

booster/library/Booster/Definition/Attributes/Reader.hs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,6 @@ readSyntacticClauses attributes = do
172172
| all isDigit (Text.unpack str) = first Text.pack $ readEither (Text.unpack str)
173173
| otherwise = Left $ "invalid syntactic clause" <> (Text.pack $ show str)
174174

175-
-- where
176-
-- readWord8 str =
177-
-- readT [] = Right 50 -- HACK to accept `simplification()` from internal modules
178-
-- readT [n]
179-
-- | Text.null n = Right 50 -- HACK to accept `simplification("")`
180-
-- | all isDigit (Text.unpack n) = Priority <$> readEither (Text.unpack n)
181-
-- | otherwise = Left $ "invalid priority value " <> show n
182-
-- readT ns = Left $ "invalid priority value " <> show ns
183-
184175
instance HasAttributes ParsedSymbol where
185176
type Attributes ParsedSymbol = SymbolAttributes
186177

0 commit comments

Comments
 (0)