module Blabla (DDP, create, add, remove, addTr, removeTr, setAS, unsetAS, accepts, show) where
data DDP = [Integer] [Char] [Char] [(Integer,Char,Char,Integer,String)] Integer Char [Integer]
when I write that I got that error
Syntax error in data type declaration (unexpected `}', possibly due to bad layout)
what is the problem I can not figure out, thanks for helping...