proof.type
Class TypecheckerApp

java.lang.Object
  |
  +--proof.type.TypecheckerApp

public class TypecheckerApp
extends java.lang.Object

Application to run the type checker.


Constructor Summary
TypecheckerApp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypecheckerApp

public TypecheckerApp()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception