Module Astral_internal.ModelChecker

type error =
  1. | Unsupported of string
  2. | Failure of exn * string
val check : StackHeapModel.t -> SL.t -> (bool, error) Stdlib.Result.t