Victoria.Spec (Victoria v0.2.0)

Copy Markdown View Source

High-level access to Apalachex specification validation.

Summary

Types

t()

A validated TLA+ source and optional Apalache configuration.

Functions

Validates source/config paths and returns a specification reference.

Types

t()

@type t() :: Apalachex.Spec.t()

A validated TLA+ source and optional Apalache configuration.

Functions

new(options)

@spec new(keyword()) :: {:ok, t()} | {:error, Apalachex.Spec.Error.t()}

Validates source/config paths and returns a specification reference.