Lambda the Ultimate

inactiveTopic TCLP is a type checker for Prolog dialects
started 1/27/2004; 6:22:50 AM - last post 1/27/2004; 6:22:50 AM
Patrick Logan - TCLP is a type checker for Prolog dialects  blueArrow
1/27/2004; 6:22:50 AM (reads: 12452, responses: 0)
TCLP is a type checker for Prolog dialects
TCLP is a type checker for Prolog dialects. It is written in SICStus Prolog. Its goal is to statically trap programming errors like illegal arguments used in a call for a predicate or illegally built data structures with respect to a given typing for function symbols or predicates. TCLP is also capable of type inference for user predicates. Supported dialects include ISO-Prolog, GNU-Prolog, and SICStus Prolog.
Posted to logic/declarative by Patrick Logan on 1/27/04; 6:23:16 AM