This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
CNI
/
HaskellCourse
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Create binary tree type
DricomDragon
%!s(int64=5) %!d(string=hai) anos
pai
ee01510045
achega
867d9acb2f
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
tree.hs
+ 2
- 0
tree.hs
Ver ficheiro
@@ -0,0 +1,2 @@
+data BinaryTree = Leaf | Node Integer BinaryTree BinaryTree
+