progs/automata/nfa.sc
changeset 753 30ea6b01db46
parent 733 4d37ccc8c5be
--- a/progs/automata/nfa.sc	Tue Sep 01 16:00:37 2020 +0100
+++ b/progs/automata/nfa.sc	Wed Sep 02 23:34:19 2020 +0100
@@ -6,7 +6,6 @@
 import $file.dfa, dfa._ 
 
 
-
 // return an empty set, when a parial function is not defined
 import scala.util.Try
 def applyOrElse[A, B](f: A :=> Set[B], x: A) : Set[B] =