1 2 3 4 5 6 7 8
a :: b + 1 b :: 1 start :: fn { a <=> b + 1 } // errors: [ErrorKind::SyntaxError(1, _)]