Add a tystdlib to the Context, similar to the stdlib but for types
Use tystdlib in Ocaml_of_gospel functions translating types
Adapt QCheck-STM to feed the context to those translation functions
Add a new test for QCheck-STM using the sequence type for the model
Add a
tystdlib
to the Context, similar to thestdlib
but for types Usetystdlib
inOcaml_of_gospel
functions translating types Adapt QCheck-STM to feed the context to those translation functions Add a new test for QCheck-STM using thesequence
type for the modelCloses #155