Question: 1. True or False - Items within ML records are access by position 2. True or False - ML enumeration types (i.e., datatype declarations) are
1. True or False - Items within ML records are access "by position"
2. True or False - ML enumeration types (i.e., datatype declarations) are "one-of" types.
3. True or False - ML tuple types are "each-of" types.
4. True or False - ML list types are "each-of" types.
5. True or False - ML tuple types are "one-of" types.
6. True or False - Items within ML records are access "by name"
7. What is the result of evaluating this ML expression?
#h {f = 3, g = 12} 8. Which patterns match the list [5, 7, 9]?
a.) x :: y :: zs
b.) x :: y :: [ ]
c.) [x, y]
d.) x :: xs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
