Simple Type Inferencer For The Simply Typed Lambda Calculus
140 views
Skip to first unread message
David Nolen
unread,
May 28, 2011, 9:55:12 PM5/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure
Apologies if you've already seen this, but I thought perhaps some people here might find this interesting. I ported a simple type inferencer for the simply typed lambda calculus from Prolog to Clojure. It's interesting because it shows how to port Prolog's impure facilities (==, !, var) to core.logic.