gdritter repos s-cargot / 27e052e
Fix for issue 10: flat printing of SCons of two SAtoms. Kevin Quick 6 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Collapse all Expand all
269269 pHead SNil =
270270 B.fromString "()"
271271
272 pTail e@(SCons _ (SAtom _)) =
273 B.fromString " " <> pHead e <> B.fromString ")"
272274 pTail (SCons x xs) =
273275 B.fromString " " <> pHead x <> pTail xs
274276 pTail (SAtom t) =