stan-0.2.0.0: Haskell STatic ANalyser
Safe HaskellSafe-Inferred
LanguageHaskell2010

Target.AntiPattern.Stan0214

Documentation

isEq :: Int -> Int -> Bool Source #

data Tree a Source #

Constructors

Leaf 
Node a (Tree a) (Tree a) 

insert :: Ord a => a -> Tree a -> Tree a Source #