MCPcopy Index your code
hub / github.com/google/mangle / fml

Function fml

analysis/validation_test.go:42–48  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

40}
41
42func fml(str string) ast.Term {
43 t, err := parse.LiteralOrFormula(str)
44 if err != nil {
45 panic(fmt.Errorf("bad fml syntax in test case: %s got %w", str, err))
46 }
47 return t
48}
49
50func atom(str string) ast.Atom {
51 term, err := parse.Term(str)

Callers 1

TestRectifyAtomFunction · 0.85

Calls 1

LiteralOrFormulaFunction · 0.92

Tested by

no test coverage detected