Skip to content

Commit 8b9c792

Browse files
cstmlbladyjoker
andauthored
Update lambda-buffers-compiler/src/LambdaBuffers/Compiler/ProtoCompat/Types.hs
Co-authored-by: Dražen Popović <bladyjoker@gmail.com>
1 parent 7bff35e commit 8b9c792

File tree

1 file changed

+0
-3
lines changed
  • lambda-buffers-compiler/src/LambdaBuffers/Compiler/ProtoCompat

1 file changed

+0
-3
lines changed

lambda-buffers-compiler/src/LambdaBuffers/Compiler/ProtoCompat/Types.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,6 @@ data CompilerResult = CompilerResult
301301

302302
type CompilerOutput = Either CompilerError CompilerResult
303303

304-
-- nonEmptyArbList :: forall a. Arbitrary a => Gen [a]
305-
-- nonEmptyArbList = getNonEmpty <$> arbitrary @(NonEmptyList a)
306-
307304
-- Orphan Instances
308305
instance Arbitrary a => Arbitrary (NonEmpty a) where
309306
arbitrary = sized f

0 commit comments

Comments
 (0)