EduardoRFS / youtube-channel

47 stars 4 forks source link

simple typed lambda calculus #12

Open EduardoRFS opened 3 years ago

EduardoRFS commented 3 years ago

introduce literals interpret literals show that you now have Type_error

clean in modules

properties of simple typed lambda calculus

introduce typing rules introduce term and types change abstraction to have param_typ

do infer

showcase it with deriving show

then enter recursive types hell