Fix bug in Automaton.js

This commit is contained in:
evancz 2013-01-07 00:46:29 -08:00
parent b6fc63e9c8
commit c7928f231e

View file

@ -91,7 +91,7 @@ Elm.Automaton=function(){
return function(){ return function(){
switch(Automaton$m0_14[0]){ switch(Automaton$m0_14[0]){
case "Automaton": case "Automaton":
return lift(fst)(foldp_(function(a_17){ return lift(fst)(foldp$(function(a_17){
return function(Tuple2$bAutomaton$m_18){ return function(Tuple2$bAutomaton$m_18){
return function(){ return function(){
switch(Tuple2$bAutomaton$m_18[0]){ switch(Tuple2$bAutomaton$m_18[0]){