stan-0.2.0.0: Haskell STatic ANalyser
Safe HaskellNone
LanguageHaskell2010

Target.AntiPattern.Stan0214

Documentation

isEq :: Int -> Int -> Bool #

weirdEq :: Int -> Int -> Bool #

geqOrEq :: Int -> Int -> Bool #

data Tree a #

Constructors

Leaf 
Node a (Tree a) (Tree a) 

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