Ejemplo n.º 1
0
 public DafnyHelper(string[] args, string fname, string source)
 {
     this.args     = args;
     this.fname    = fname;
     this.source   = source;
     this.reporter = new Dafny.ConsoleErrorReporter();
 }
Ejemplo n.º 2
0
 public DafnyHelper(string[] args, string fname, string source)
 {
     this.args = args;
       this.fname = fname;
       this.source = source;
       this.reporter = new Dafny.ConsoleErrorReporter();
 }