lean4-htt/library
Leonardo de Moura beac2a1af5 fix: treat panic as unreachable at ll_infer_type_fn
Motivation: ensure the correct type `IRType` is inferred for definitions
such as
```
def f (n : UInt32) : UInt32 :=
if n == 0 then panic! "foo"
else n+1
```
2019-11-14 21:56:09 -08:00
..
Init fix: treat panic as unreachable at ll_infer_type_fn 2019-11-14 21:56:09 -08:00
library.md chore(library/library.md): update documentation 2017-08-16 14:17:26 -07:00
Makefile.in chore: over-engineered build log 2019-11-13 19:01:49 +01:00
relative.py chore: preparing for new naming convention 2019-10-04 14:22:23 -07:00