summaryrefslogtreecommitdiff
path: root/test/regress/regress0/expect/scrub.09.p
blob: 0297b115561314d24546210a70a6544d52510cd4 (plain)
1
2
3
4
5
6
7
8
9
10
% COMMAND-LINE: 
% 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