This commit is contained in:
2022-06-09 11:34:34 +01:00
parent e4e7122070
commit 5aa55b3c86
39 changed files with 0 additions and 43 deletions
-1
View File
@@ -8,7 +8,6 @@ module Dodge.Tree.GenerateStructure
import RandomHelp
import Data.Tree
import Control.Monad.State
{- Single branched tree (a trunk). -}
treePath :: Int -> Tree ()
treePath 0 = Node () []