Current section

Files

Jump to
zee3 lib zee3 smt2 string.ex
Raw

lib/zee3/smt2/string.ex

defmodule Zee3.Smt2.String do
@moduledoc """
Module to represent Z3 string literals.
"""
defstruct [:value]
@type t() :: %__MODULE__{}
end