Design and handle first class types #637
Labels
design
Issue or concerns regarding jinko's design
parser
Parser issue
typechecker
Issue related to typechecking in jinko
this will require changes to the name resolution, as function arguments will no longer be usage points but also possibly declarations.
we will need to formalize it so that it integrates nicely with the kind system. in Haskell syntax, all types of a function's argument will need to be of kind
*
The text was updated successfully, but these errors were encountered: