feat(wpcarro/scratch): Implement "Algorithm W"
I've been wanting to grok Haskell-style type inference for awhile, so instead of just watching conference talks and reading papers about it, I've decided to attempt to implement it to more readily test my understanding of it. Change-Id: I69261202a3d74d55c6e38763d7ddfec73c392465 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6988 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
5bd0e723c1
commit
a8876a4cda
7 changed files with 658 additions and 1 deletions
5
users/wpcarro/scratch/compiler/.gitignore
vendored
5
users/wpcarro/scratch/compiler/.gitignore
vendored
|
|
@ -1,2 +1,5 @@
|
|||
a.out
|
||||
*.cmi
|
||||
*.cmi
|
||||
*.cmo
|
||||
*.cmx
|
||||
*.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue