agda2hs icon indicating copy to clipboard operation
agda2hs copied to clipboard

Conformance testing of the agda2hs Prelude

Open jespercockx opened this issue 1 year ago • 0 comments

It would be good to have some kind of testing that ensures our implementation of the Haskell prelude is correct. For example, for each function we could compile our implementation to Haskell and use QuickCheck to check that it is equivalent to the builtin one.

jespercockx avatar Dec 07 '23 14:12 jespercockx