Mark that I changed trait to interface

This commit is contained in:
greg 2019-06-07 18:57:55 +00:00
parent 83e05fe382
commit a8b9f5046e
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
- cf. the notation mentioned in the cardelli paper, the debug information for the `typechecking` pass should
print the generated type variable for every subexpression in an expression
- change 'trait' to 'interface'
- think about idris-related ideas of multiple implementations of a type for an interface (+ vs * impl for monoids, for preorder/inorder/postorder for Foldable)
-should have an Idris-like `cast To From` function