shrub/bin
Philip Monk e43036d748
hoon: extend gol check through cores
This extends `gol` "backward-inference" typechecking to thread through
cores.  Recall that `gol` is used exclusively for receiving more
specific error messages; these changes should have no effect on programs
which already compile successfully.

Before, this would type-fail on the second `|%`.

```
!:
^+  ^?
    |%
    ++  foo  *@ud
    --
|%
++  foo
  ?:  =(1 1)
    2
  %foo
--
```

With these changes, it gives a mint-nice at `%foo`.  It will also give
you explicit errors if you have the wrong number/names of arms,
including which arms it expects.

This is becoming much more important with static gall, since it's the
first time we've used core subtyping so extensively and in userspace.
2019-11-09 18:25:42 +08:00
..
brass.pill Merge branch 'pretty-userspace' (#1847) 2019-10-22 10:12:05 +08:00
ivory.pill vere: patch version bump (0.9.0 -> 0.9.1) 2019-10-21 09:57:42 +08:00
solid.pill hoon: extend gol check through cores 2019-11-09 18:25:42 +08:00