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
1) fixed a minor compilation error with the extract
2) added some stuff to make the program print the desired stuff.
Then ran it successfully:
$ ghc -o roboExtract roboExtract.hs
[1 of 1] Compiling Main ( roboExtract.hs, roboExtract.o )
Linking roboExtract.exe ...
Abhishek@abhishek-vaio
/cygdrive/c/Users/Abhishek/Desktop/PhDWork/coq/ROSCOQ/extraction
$ ./roboExtract.exe
[((0,0),1),((1571,0),0),((1,1),0),((14142,0),0)]
Eval vm_compute in robotOutputInts. (icreateConcrete.v:144)
= [(0, 0, 1); (1571, 0, 0); (1, 1, 0); (14142, 0, 0)]
: list ((Z and Z) and Z)
0 commit comments