fix package:sexp-grammar

A fix-point type.
S-expression quotation type
Grammar matching a prefixed S-expression, runs a sub-grammar on a Sexp under the prefix.
>>> encodeWith (prefixed Backtick symbol) "foo"
Right "`foo"