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
At this point we can start testing our K operational semantics by adding some hand-written GHC Core programs.
To use ktest for testing, we should specify the designated output in the x.out file in test/pkore-samples for the following hand-written GHC Core programs.
Case-2.pkore
Case.pkore
Identity.pkore
Lambda.pkore
Let-1.pkore
Let-2.pkore
The text was updated successfully, but these errors were encountered:
@bmmoore can you verify some time that the output files Identity.pkore.out and Lambda.pkore.out are indeed what should be expected? We looked at them with @lucaspena yesterday and decided that they look fine, but it would be nice if you take a look as well.
At this point we can start testing our K operational semantics by adding some hand-written GHC Core programs.
To use
ktest
for testing, we should specify the designated output in thex.out
file intest/pkore-samples
for the following hand-written GHC Core programs.The text was updated successfully, but these errors were encountered: