I am searching for non-trivial type inference example code for a small 
language project I am doing 

I took this as the basis
https://gist.github.com/997140

and ended up with this
https://github.com/timowest/symbol/blob/master/src/symbol/types.clj

I read some basic papers on Hindley-Milner type inference, and I grasped 
the basics.

Are there more type inference examples out there?

I am specifically looking for inspiration to the following challenges
* inferring types of function invocations with varying arguments (varargs)
* inferring types of classes
* how to encode class hierarchies in a core.logic type inference engine




-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to