From a8876a4cdaaf0a1f051fefad436e08d983b402e2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 12 Oct 2022 10:22:58 -0700 Subject: 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 Autosubmit: wpcarro --- users/wpcarro/scratch/compiler/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'users/wpcarro/scratch/compiler/.gitignore') diff --git a/users/wpcarro/scratch/compiler/.gitignore b/users/wpcarro/scratch/compiler/.gitignore index 25414be2a981..96261d3fc7e9 100644 --- a/users/wpcarro/scratch/compiler/.gitignore +++ b/users/wpcarro/scratch/compiler/.gitignore @@ -1,2 +1,5 @@ a.out -*.cmi \ No newline at end of file +*.cmi +*.cmo +*.cmx +*.o \ No newline at end of file -- cgit 1.4.1