Closed kjcjohnson closed 8 months ago
This PR adds the theory of sequences, as well as some updating to handle more variations of parametric sorts.
Reminder for all: seq.empty needs to be used like: (as seq.empty (Seq String)), otherwise it won't resolve correctly!
seq.empty
(as seq.empty (Seq String))
seems good to me. working on my new benchmark
This PR adds the theory of sequences, as well as some updating to handle more variations of parametric sorts.
Reminder for all:
seq.empty
needs to be used like:(as seq.empty (Seq String))
, otherwise it won't resolve correctly!