You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to have some quickcheck tests that:
Generate some behaviours
Write those behaviours to JSON
Parse the JSON into a behaviour
Assert equality of the parse behaviour to the original
To do this we would need to implement FromJSON instances in RefinedAST, which adds some complexity, but it probably required anyway if we want to allow external tools to programatically generate act.
The text was updated successfully, but these errors were encountered:
It would be cool to have some quickcheck tests that:
To do this we would need to implement
FromJSON
instances inRefinedAST
, which adds some complexity, but it probably required anyway if we want to allow external tools to programatically generate act.The text was updated successfully, but these errors were encountered: