Idris2/tests/idris2/pkg007/A/Path/Of/Dires/Second.idr
2021-04-15 14:08:50 +01:00

10 lines
159 B
Idris

module A.Path.Of.Dires.Second
import public A.Path.Of.Dires.First
%default total
export
example : Tree Nat
example = Node (Node (Leaf 0) (Leaf 1)) (Leaf 2)