4c3b16d9d0
PR 18497. From http://www.twelf.org, heavily edited: Twelf is a research project concerned with the design, implementation, and application of logical frameworks. It provides a uniform meta-language for specifying, implementing, and proving properties of programming languages and logics. Example suites include Cartesian Closed Categories and lambda-calculus, the Church-Rosser theorem for the untyped lambda-calculus, Mini-ML including type preservation and compilation, cut elimination, theory of logic programming, and Hilbert's deduction theorem. The principal authors of Twelf are Frank Pfenning and Carsten Schuermann, with major contrubtions by Brigitte Pientka, Roberto Virga, and Kevin Watkins.
11 lines
480 B
Text
11 lines
480 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2003/01/22 22:41:23 kristerw Exp $
|
|
|
|
Twelf is largely intended to be used through an Emacs interface. It
|
|
is therefore recommended that you add
|
|
|
|
(load "twelf-init")
|
|
|
|
to your .emacs file. This will arrange for Emacs to enter twelf-mode
|
|
automatically upon opening a *.elf, *.quy, *.thm, or *.cfg file.
|
|
===========================================================================
|