Target.AntiPattern.Stan0214
isEq :: Int -> Int -> Bool Source #
isEq2 :: String -> String -> Bool Source #
weirdEq :: Int -> Int -> Bool Source #
geqOrEq :: Int -> Int -> Bool Source #
inRange :: Int -> Bool Source #
data Tree a Source #
Constructors
insert :: Ord a => a -> Tree a -> Tree a Source #