14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
# If we are reading into a pair projection, the element must be readable
|
|
|
|
# Output:
|
|
# #semantic_error#
|
|
|
|
# Exit:
|
|
# 200
|
|
|
|
# Program:
|
|
|
|
begin
|
|
pair(bool, bool) p = null;
|
|
read fst p
|
|
end |