readme
This commit is contained in:
@@ -71,7 +71,7 @@ Available debug flags include:
|
||||
-- >>> :t let f = \x -> x in f (let f = 2 in f)
|
||||
-- let f = \x -> x in f (let f = 2 in f) :: Int
|
||||
#+end_src
|
||||
For the time being, I just disabled the memoisation. This is very, very bad.
|
||||
For the time being, I just disabled the memoisation. This is very, very bad.
|
||||
*** Closing Remarks
|
||||
Fixed by entirely rewriting the type inference algorithm :P. Memoisation is
|
||||
no longer required; the bottom-up inference a la Algorithm M was previously
|
||||
@@ -99,7 +99,8 @@ For the time being, I just disabled the memoisation. This is very, very bad.
|
||||
** DONE README.md -> README.org :docs:
|
||||
CLOSED: [2024-03-28 Thu 10:44]
|
||||
|
||||
** TODO [#A] ~case~ inference :feature:
|
||||
** DONE [#A] ~case~ inference :feature:
|
||||
CLOSED: [2024-04-05 Fri 15:26]
|
||||
|
||||
** DONE [#A] ADT support in Rlp/HindleyMilner.hs :feature:
|
||||
CLOSED: [2024-04-05 Fri 12:28]
|
||||
@@ -118,7 +119,7 @@ For the time being, I just disabled the memoisation. This is very, very bad.
|
||||
** TODO [#A] update architecture diagram :docs:
|
||||
|
||||
** TODO pattern support; everywhere [0%] :feature:
|
||||
- [ ] in the type-checker
|
||||
- [-] in the type-checker
|
||||
- [ ] in the desugarer
|
||||
|
||||
** TODO [#A] G-machine visualiser :docs:
|
||||
|
||||
Reference in New Issue
Block a user