Utils.Prelude
Most-used helper functions, Stdlib
extensions
Given an of_yojson
function, converts a string to the desired type
module Hashtbl = Gillian.Utils.Prelude.Hashtbl
Extension of Hashtbl with functions to serialize to and deserialize from yojson, along with some other helpers
module Map = Gillian.Utils.Prelude.Map
Extension of Map with functions to serialize to and deserialize from yojson
module Hashset = Gillian.Utils.Prelude.Hashset
Represents a set of values, with no duplicates
module Stack = Gillian.Utils.Prelude.Stack
Extension of Stack with functions to serialize to and deserialize from yojson
module SS = Gillian.Utils.Containers.SS
module SI = Gillian.Utils.Containers.SI
module SN = Gillian.Utils.Containers.SN
module Syntaxes = Gillian.Utils.Syntaxes