Question: named type

Question:named type

amira3 12 Maple
Hello everybody. This is my first post. I'm currently using Maple 10 for a project in my school and i need to create types. I'm improving an "automatism library" called AutoSLI and for example i have to create a "transfert function" type. I want to use the type in functions like that : "zeros(Transfertfunction :: f) I use a "Record" structure inside a function. I make some tests to see if the parameters entered are correct then i create the object but it don't works when i use 'type/transfertFunction'. It creates the object when i take back the name of the type. Maybe the choice to put the creation in a function is not good. If anyone can help me it would be very useful to me. Thanks a lot.
Please Wait...