FireEmblemUniverse / EAFormattingSuite

Suite for formatting different kinds of data into an insertable format for GBAFE ROMhacking
4 stars 1 forks source link

Make FEParser use the Error Monad #3

Open Crazycolorz5 opened 5 years ago

Crazycolorz5 commented 5 years ago

I'm basically doing this through propogateError anyway, and I'm not a dummy anymore. Just need to swap the order of types in Eithers and write in do notation.

Crazycolorz5 commented 5 years ago

Alternatively since I'm using continuations maybe ErrorT on a Cont.