chore: remove dead declaration
We have merged `lcErased` and `lcAny` in the new code generator.
This commit is contained in:
parent
6288181656
commit
ee59048bfb
2 changed files with 0 additions and 4 deletions
|
|
@ -137,9 +137,6 @@ It can also be written as `()`.
|
|||
/-- Marker for information that has been erased by the code generator. -/
|
||||
unsafe axiom lcErased : Type
|
||||
|
||||
/-- "Any" type in the simpler type system used by the code generator. -/
|
||||
unsafe axiom lcAny : Type
|
||||
|
||||
/--
|
||||
Auxiliary unsafe constant used by the Compiler when erasing proofs from code.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import Lean
|
||||
|
||||
notation "◾" => lcErased
|
||||
notation "⊤" => lcAny
|
||||
|
||||
open Lean Compiler LCNF Meta
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue