Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Gamgine.Math.BoxTree
Documentation
data Intersection a Source #
Constructors
Intersection | |
Instances
Show a => Show (Intersection a) Source # | |
Defined in Gamgine.Math.BoxTree Methods showsPrec :: Int -> Intersection a -> ShowS # show :: Intersection a -> String # showList :: [Intersection a] -> ShowS # |
intersection :: BoxTree a -> BoxTree a -> [Intersection a] Source #