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