
  Syntax error!
  syntax_tests/data/parsing/other/gentype.res:1:12-2:8

  1 │ module M: {
  2 │   export type t = int
  3 │   export x: int
  4 │ } = {

  Did you forget a `}` here?


  Syntax error!
  syntax_tests/data/parsing/other/gentype.res:2:9-13

  1 │ module M: {
  2 │   export type t = int
  3 │   export x: int
  4 │ } = {

  consecutive statements on a line must be separated by ';' or a newline

