pub fn to_writer<W>(writer: &mut W, value: &Sexp) -> Result<(), SexpError> where W: Write,
serialize a symbolic-expression to a Writer