Explorar el Código

Fix README variable naming

Getty Ritter hace 8 años
padre
commit
93c4055fea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -159,7 +159,7 @@ data Atom
     deriving (Eq, Show)
 
 myParser :: SExprParser Atom (SExpr Atom)
-myParser = mkParserFromAtoms
+myParser = mkAtomParser
   [ atom Ident parseR7RSIdent
   , atom Num   signedDecNumber
   ]