fix(tests/lean/interactive): adjust test to library reorg

This commit is contained in:
Leonardo de Moura 2014-09-16 13:16:46 -07:00
parent 74cb289d48
commit 50f788a427

View file

@ -3,7 +3,7 @@
-- Released under Apache 2.0 license as described in the file LICENSE.
-- Author: Leonardo de Moura
----------------------------------------------------------------------------------------------------
import logic.classes.inhabited
import logic.core.inhabited
-- pos_num and num are two auxiliary datatypes used when parsing numerals such as 13, 0, 26.
-- The parser will generate the terms (pos (bit1 (bit1 (bit0 one)))), zero, and (pos (bit0 (bit1 (bit1 one)))).