
27 Jan
2022
27 Jan
'22
7:25 a.m.
Hello David,
David McBride
These two pieces of code are not equivalent.
:{ input = do eqatoms <- readFile "Parsing_File/eqatoms.out" return eqatoms :}
:{ main = do eqatoms <- readFile "Parsing_File/eqatoms.out" Parsec.parse species "test species" eqatoms return :}
Thank you for the help. Now I understand better the error that I made. Roger