We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8829b commit 6bfb6a1Copy full SHA for 6bfb6a1
copilot-theorem/src/Copilot/Theorem/Misc/SExpr.hs
@@ -31,7 +31,7 @@ singleton a = List [Atom a] -- (s)
31
list = List -- (ss)
32
33
-- | Sequence of expressions with a root or main note, and a series of
34
--- additional expressions or arguments..
+-- additional expressions or arguments.
35
node a l = List (Atom a : l) -- (s ss)
36
37
-- A straightforward string representation for 'SExpr's of Strings that
0 commit comments