Lambda the Ultimate

inactiveTopic Typed Logical Variables in Haskell
started 1/20/2003; 7:12:22 AM - last post 1/20/2003; 7:12:22 AM
Ehud Lamm - Typed Logical Variables in Haskell  blueArrow
1/20/2003; 7:12:22 AM (reads: 2064, responses: 0)
Typed Logical Variables in Haskell
Koen Claessen and Peter Ljunglof. Typed logical variables in Haskell. In Proceedings Haskell Workshop 2000, 2000.

Another Prolog in Haskell exercise (a student of mine is working on this topic, so expect more!).

The work presented follows the approach suggested by Seres and Spivey (see here and here).

The focus of this paper (sec. 4) is on making the embedded language strongly typed.

Backtracking is implemented, as usuall, using a monad transformer.


Posted to functional by Ehud Lamm on 1/20/03; 7:15:49 AM