]> matita.cs.unibo.it Git - fireball-separation.git/commitdiff
Implemented garbage in Num
authoracondolu <andrea.condoluci@unibo.it>
Sun, 10 Jun 2018 11:37:51 +0000 (13:37 +0200)
committeracondolu <andrea.condoluci@unibo.it>
Sun, 10 Jun 2018 11:37:51 +0000 (13:37 +0200)
- Implemented parsing of garbage
  e.g. (x. x x , A , B , ...) where the garbage is A and B and ...
- Garbage is not implemented in Lambda4, but implemented in Num (except in subst i.e. reduction)
  (see `assert g = []`)
- Added sample problems with garbage


No differences found