Mercurial > hg > Papers > 2018 > ryokka-thesis
view final_pre/src/AgdaTreeDebug.agda.replaced @ 7:28f900230c26
add final_pre
author | ryokka |
---|---|
date | Mon, 19 Feb 2018 23:32:24 +0900 |
parents | |
children |
line wrap: on
line source
test31 = putTree1 {_} {_} {@$\mathbb{N}$@} {@$\mathbb{N}$@} (createEmptyRedBlackTree@$\mathbb{N}$@ @$\mathbb{N}$@ ) 1 1 $ \t @$\rightarrow$@ putTree1 t 2 2 $ \t @$\rightarrow$@ putTree1 t 3 3 $ \t @$\rightarrow$@ putTree1 t 4 4 $ \t @$\rightarrow$@ getRedBlackTree t 4 $ \t x @$\rightarrow$@ x -- Just -- (record -- { key = 4 -- ; value = 4 -- ; right = Nothing -- ; left = Nothing -- ; color = Red -- })