Sfoglia il codice sorgente

Fix README variable naming

Getty Ritter 8 anni fa
parent
commit
93c4055fea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
   ]