Skip to content

Commit

Permalink
fix: add missing instance
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Mar 21, 2024
1 parent 624d174 commit f7a7004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/website-examples/Examples.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import Examples.Basic
import SubVerso.Examples
open SubVerso.Examples

deriving instance Repr for Tree

%example basic
def t : Tree Nat := .branch (.branch .leaf 1 .leaf) 2 (.branch (.branch .leaf 3 .leaf) 4 .leaf)

Expand Down

0 comments on commit f7a7004

Please sign in to comment.