-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathat4.expected.txt
More file actions
35 lines (35 loc) · 1.19 KB
/
at4.expected.txt
File metadata and controls
35 lines (35 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Expression currently specified: ?
Report: Expression is initialized.
->add_generalized_and
Expression currently specified: (&& ?)
Report: OK.
->start_set_enumeration
Expression currently specified: (&& {?})
Report: OK.
->add_conjunction
Expression currently specified: (&& {(? && nil)})
Report: OK.
->add_boolean_constant(True)
Expression currently specified: (&& {(True && ?)})
Report: OK.
->add_boolean_constant(False)
Expression currently specified: (&& {(True && False), ?})
Report: OK.
->add_disjunction
Expression currently specified: (&& {(True && False), (? || nil)})
Report: OK.
->add_boolean_constant(True)
Expression currently specified: (&& {(True && False), (True || ?)})
Report: OK.
->add_boolean_constant(False)
Expression currently specified: (&& {(True && False), (True || False), ?})
Report: OK.
->end_set_enumeration
Expression currently specified: (&& {(True && False), (True || False)})
Report: OK.
->type_check
Expression currently specified: (&& {(True && False), (True || False)})
Report: (&& {(True && False), (True || False)}) is type-correct.
->evaluate
Expression currently specified: (&& {(True && False), (True || False)})
Report: False