···291291 | Some(v) => v
292292 | None =>
293293 throw(
294294- SExpFunc.SubstNotCompatible(`index ${Int.toString(var - from)} not of sort string`),
294294+ SExp.SubstNotCompatible(`index ${Int.toString(var - from)} not of sort string`),
295295 )
296296 }
297297 } else {
+1-1
src/StringA.resi
···55type t = array<piece>
6677module Atom: AtomDef.ATOM with type t = t
88-module AtomView: SExpViewFunc.ATOM_VIEW with module Atom := Atom
88+module AtomView: AtomDef.ATOM_VIEW with module Atom := Atom
···11type t = string
22module Atom: AtomDef.ATOM with type t = t
33-module AtomView: SExpViewFunc.ATOM_VIEW with module Atom := Atom
33+module AtomView: AtomDef.ATOM_VIEW with module Atom := Atom