Idris2/tests/idris2/pkg007/A/Path/Of/Dires/Second.idr

10 lines
159 B
Idris
Raw Normal View History

2021-04-15 16:08:50 +03:00
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)