Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Jul 15, 2024
1 parent 1c763cd commit 1ea93b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ genConstant tr
| Just HRefl <- eqTypeRep tr (typeRep @Word8) = SomeGen genInteger
| Just HRefl <- eqTypeRep tr (typeRep @NumBytesCostedAsNumWords) = SomeGen genInteger
| Just HRefl <- eqTypeRep tr (typeRep @IntegerCostedLiterally) = SomeGen genInteger
-- FIXME: do we have to worry about ListCostedByLength here?
| Just HRefl <- eqTypeRep tr (typeRep @Bool) = SomeGen Gen.bool
| Just HRefl <- eqTypeRep tr (typeRep @BS.ByteString) = SomeGen genByteString
| Just HRefl <- eqTypeRep tr (typeRep @Text) = SomeGen genText
Expand Down

0 comments on commit 1ea93b0

Please sign in to comment.