Dear All ;

 

I look for the function which return the type of un element in Haskell :

 

For example

 

   If  type(a) = Int then f else g

 

 

Regards