Mercurial > hg > Papers > 2021 > soto-prosym
annotate Paper/src/AgdaTreeTest.agda.replaced @ 0:c59202657321
init
author | soto <soto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Nov 2021 06:55:58 +0900 |
parents | |
children | 339fb67b4375 |
rev | line source |
---|---|
0 | 1 test31 = putTree1 {_} {_} {@$\mathbb{N}$@} {@$\mathbb{N}$@} (createEmptyRedBlackTree@$\mathbb{N}$@ @$\mathbb{N}$@ ) 1 1 |
2 $ \t @$\rightarrow$@ putTree1 t 2 2 | |
3 $ \t @$\rightarrow$@ putTree1 t 3 3 | |
4 $ \t @$\rightarrow$@ putTree1 t 4 4 | |
5 $ \t @$\rightarrow$@ getRedBlackTree t 4 | |
6 $ \t x @$\rightarrow$@ x |