summaryrefslogtreecommitdiff
path: root/test/regress/regress0/expect/scrub.09.p
blob: ee765a91a643c569fb66ce77c8c91be4a07af702 (plain)
1
2
3
4
5
6
7
8
9
10
% COMMAND-LINE: --cegqi-si=all --no-dump-synth
% SCRUBBER: sed -e 's/The fact in question: .*$/The fact in question: TERM/'
% EXPECT: (error "A non-linear fact was asserted to arithmetic in a linear logic.
% EXPECT: The fact in question: TERM
% EXPECT: ")
% EXIT: 1
tff(reject_division,conjecture,
    ! [X: $int] :
       ( $quotient(X,X) = 1 )
    ).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback