view prepaper/src/AgdaTreeDebug.agda.replaced @ 14:a63df15c9afc default tip

DONE
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2021 23:36:39 +0900
parents 3dba680da508
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
-- })