mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
10 lines
140 B
Idris
10 lines
140 B
Idris
|
module Another.Fourth
|
||
|
|
||
|
import A.Path.Of.Dires.Second
|
||
|
import Another.One.Third
|
||
|
|
||
|
%default total
|
||
|
|
||
|
example2 : Tree Nat
|
||
|
example2 = map S example
|