General Questions #629
Replies: 3 comments
-
why is there HashtableEq and HashtableIs |
Beta Was this translation helpful? Give feedback.
-
Eq uses == for equality testing. Is uses is for equality testing. The The AST -> Type index uses HashtableIs because that is faster and also semantically we don't want structural equality. |
Beta Was this translation helpful? Give feedback.
-
I would like to parameterize this eventually, so the type of hashtable would be or something like that. Maybe a type class idk. |
Beta Was this translation helpful? Give feedback.
-
LM is growing as a project and there are some learning curves to overcome. All questions are welcome here on this thread.
Beta Was this translation helpful? Give feedback.
All reactions