Files
mgmt/lang/interpret_test/TestAstFunc1/empty-res-list-0.txtar
2023-06-01 16:56:44 -04:00

9 lines
336 B
Plaintext

-- main.mcl --
# this is an empty list of test resources, iow test resources
# this must pass type unification
# this can only currently pass if we allow recursive unification solving
# if we do, then the function graph is: `Vertex: list()` otherwise it's an error
test [] {}
-- OUTPUT --
# err: errUnify: only recursive solutions left