fix(tests/lean/interactive): adjust test to library reorg
This commit is contained in:
parent
74cb289d48
commit
50f788a427
1 changed files with 1 additions and 1 deletions
|
@ -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)))).
|
||||
|
|
Loading…
Reference in a new issue