File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/LambdaBuffers/Compiler/ProtoCompat Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -301,9 +301,6 @@ data CompilerResult = CompilerResult
301301
302302type CompilerOutput = Either CompilerError CompilerResult
303303
304- -- nonEmptyArbList :: forall a. Arbitrary a => Gen [a]
305- -- nonEmptyArbList = getNonEmpty <$> arbitrary @(NonEmptyList a)
306-
307304-- Orphan Instances
308305instance Arbitrary a => Arbitrary (NonEmpty a ) where
309306 arbitrary = sized f
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ kcTestFailing =
6969-}
7070kcTestOrdering :: TestTree
7171kcTestOrdering =
72- testProperty " Module order inside the CompilerInput does not matter to the result of the kindchecker ." $
72+ testProperty " Module order inside the CompilerInput does not matter." $
7373 forAllShrink (resize 5 genModuleIn2Layouts) shrink $
7474 \ (l, r) -> eitherFailOrPass (check_ l) == eitherFailOrPass (check_ r)
7575 where
You can’t perform that action at this time.
0 commit comments