1{-# LANGUAGE TypeOperators #-}
2module IllDataTypeDecl where
3
4data (f :+: g) p = L
5