do blocks seem to work now

This commit is contained in:
2024-10-29 21:21:53 -07:00
parent b844d0b676
commit 30648c8e9c
4 changed files with 26 additions and 19 deletions

View File

@@ -51,4 +51,4 @@ bar x = do
let y = x
z <- Just x
-- This is not sorting out the Maybe...
pure {_} {_} z
pure z