Hi,
I am wondering if any one knows how to define new meaning for intrinsic functions:
I mean I have defined new data types, and in this regards I had to define new meaning for operators(*, +, -, /) and assignment(=) and there would be no problem.
Now I want to define intrinsic functions (e.g: Int, Real, Nint, ....) in a way to work with my new data types.
Do you have any idea? can I define them in a way I define operators function?
Regards,
ya0037