Your pattern match just assigns typ to intT since the latter isn't a literal or data type constructor etc. Just use "if typ = intT then ..." instead, or if you need to use pattern matching, use a when guard: "| _ when typ = intT -> ...".

By on 4/3/2008 1:32 PM ()

Thanks Stephan!

By on 4/3/2008 1:42 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper