Skip to content

Commit

Permalink
add a not on what is(n't) implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Dec 18, 2024
1 parent e044dc9 commit 87c73ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Qpf/Elab/ShapeType.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ A shape type is an inductive type where
Note that this implies that shape types are non-recursive!
This file is still under active development, currently we've implemented
definitions of a shape type as both `inductive`s and `PFunctor`s, but
are still lacking suppport for automatically deriving the equivalence between
these definitions, and the subsequent `MvQPF` instance for the `inductive`
version.
-/

open Qq
Expand Down

0 comments on commit 87c73ed

Please sign in to comment.