barrucadu/dejafu

Add tests for non-strict refinement

Open

#211 opened on Feb 16, 2018

 (0 comments) (0 reactions) (0 assignees)Haskell (18 forks)github user discovery
T: enhancementgood first issue

Repository metrics

Stars
 (201 stars)
PR merge metrics
 (Avg merge 21m) (1 merged PR in 30d)

Description

Currently all the refinement tests use === or ->-.

Fortunately, adding tests for =>= is quite straightforward: if a === b or a ->- b then a =>= b!

Contributor guide