Open lucassouzamatos opened 2 years ago
Introduction to type theory and implementation about.
Reference: https://mukulrathi.com/create-your-own-programming-language/intro-to-type-checking/
Implementation idea:
sum :: (Number Number) -> Number
fun sum(A B) ->
apply + A B done
done
Reference of implementation:
https://github.com/amir343/avlang