Hi,
 
I was just wondering how can I make modules using HUGS?  I want to make my own programs e.g.
 
ConverttoKM:: float -> float
 
ConverttoKM x = x * 1.6
 
How do I do that?
 
Thanks, pelase reply ASAP.