Open connorjacobsen opened 8 years ago
Implement fixed-size, single-type array type. #2 should be based on this type (for now).
Borrowing OCaml array syntax for now:
[| 1, 2, 3 |]
Not going to worry about strict type enforcement for now. That will be something to address when the type checker gets implemented.
Implement fixed-size, single-type array type. #2 should be based on this type (for now).