vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
schema_version = 1
law = "involution"
variant = "Involution"
natural_language = "Applying the operation twice returns the original value."
mathematical_statement = "forall a . f(f(a)) = a"
preconditions = ["f is unary", "f output is a valid input to f"]
postcondition = "f(f(a)) == a"
citation = "SPEC.md#algebraic-laws"

[[variables]]
name = "a"
type = "u32"
role = "input"