mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +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
|