slamdata / purescript-quasar

Quasar API library for PureScript
Apache License 2.0
1 stars 7 forks source link

Setup property tests, add codec test for MongoDB mounts #42

Closed garyb closed 7 years ago

garyb commented 7 years ago

Fixed the unicode issues. As for the annotation... it doesn't typecheck without it 😛

natefaubion commented 7 years ago

I meant more the way it's annotated (why annotate quickCheck). Just for aesthetics?

garyb commented 7 years ago

Oh I see, yeah that is kinda weird... I didn't really think about it. I'll move the Gen into a where and annotate that instead.

garyb commented 7 years ago

🙈... fixed!