Skip to content

Instantly share code, notes, and snippets.

@seantalts
Last active November 26, 2018 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seantalts/649a08bd09ca77adc3ff8c2813bb7fb9 to your computer and use it in GitHub Desktop.
Save seantalts/649a08bd09ca77adc3ff8c2813bb7fb9 to your computer and use it in GitHub Desktop.
corebuild -package menhirLib -use-menhir -menhir "menhir --table" -I src src/stan/stan.native
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/stan.ml > src/stan/stan.ml.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/debug.ml > src/stan/debug.ml.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/ast.ml > src/stan/ast.ml.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/errors.mli > src/stan/errors.mli.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/errors.cmi src/stan/errors.mli
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/pretty_printing.ml > src/stan/pretty_printing.ml.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/ast.cmo src/stan/ast.ml
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/pretty_printing.cmo src/stan/pretty_printing.ml
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/parse.mli > src/stan/parse.mli.depends
menhir --table --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/stan/parser.mly > src/stan/parser.mly.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/ast_constructors.ml > src/stan/ast_constructors.ml.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/debug.cmo src/stan/debug.ml
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/ast_constructors.cmo src/stan/ast_constructors.ml
menhir --table --ocamlc 'ocamlfind ocamlc -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx '\''ppx-jane -as-ppx'\'' -I src/stan -I src' --infer src/stan/parser.mly
+ menhir --table --ocamlc 'ocamlfind ocamlc -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx '\''ppx-jane -as-ppx'\'' -I src/stan -I src' --infer src/stan/parser.mly
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to ARROWASSIGN is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to ASSIGN is never useful.
File "src/stan/parser.mly", line 43, characters 0-9:
Warning: the precedence level assigned to BANG is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to DIVIDEASSIGN is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to ELTDIVIDEASSIGN is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to ELTTIMESASSIGN is never useful.
File "src/stan/parser.mly", line 46, characters 0-5:
Warning: the precedence level assigned to LBRACE is never useful.
File "src/stan/parser.mly", line 46, characters 0-5:
Warning: the precedence level assigned to LPAREN is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to MINUSASSIGN is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to PLUSASSIGN is never useful.
File "src/stan/parser.mly", line 46, characters 0-5:
Warning: the precedence level assigned to RBRACE is never useful.
File "src/stan/parser.mly", line 46, characters 0-5:
Warning: the precedence level assigned to RBRACK is never useful.
File "src/stan/parser.mly", line 46, characters 0-5:
Warning: the precedence level assigned to RPAREN is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to TILDE is never useful.
File "src/stan/parser.mly", line 32, characters 0-6:
Warning: the precedence level assigned to TIMESASSIGN is never useful.
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/parser.mli > src/stan/parser.mli.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/parser.cmi src/stan/parser.mli
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/semantic_check.mli > src/stan/semantic_check.mli.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/parse.cmi src/stan/parse.mli
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/semantic_check.cmi src/stan/semantic_check.mli
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/stan.cmo src/stan/stan.ml
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/errors.ml > src/stan/errors.ml.depends
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/errors.cmx src/stan/errors.ml
+ ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/errors.cmx src/stan/errors.ml
File "src/stan/errors.ml", line 71, characters 0-47:
Warning 38: unused exception Error
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/ast.cmx src/stan/ast.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/pretty_printing.cmx src/stan/pretty_printing.ml
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/parse.ml > src/stan/parse.ml.depends
/Users/xitrium/.opam/4.07.1/bin/ocamllex.opt -q src/stan/lexer.mll
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/lexer.ml > src/stan/lexer.ml.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/lexer.cmo src/stan/lexer.ml
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/parser.ml > src/stan/parser.ml.depends
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/debug.cmx src/stan/debug.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/ast_constructors.cmx src/stan/ast_constructors.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/parser.cmx src/stan/parser.ml
+ ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/parser.cmx src/stan/parser.ml
File "src/stan/parser.ml", line 500, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 496, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 541, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 537, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 533, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 613, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 609, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 605, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 681, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 677, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 673, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 753, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 749, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 745, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 821, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 817, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 813, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 893, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 889, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 885, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 961, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 957, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 953, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1033, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1029, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1025, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1101, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1097, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1093, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1173, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1169, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1165, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1241, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1237, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1233, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1313, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1309, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1305, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1381, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1377, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1373, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1453, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1449, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1445, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1521, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1517, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1513, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1593, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1589, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1585, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1665, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1661, characters 41-815:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1657, characters 39-1026:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1653, characters 12-1202:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1722, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1718, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1714, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1710, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1788, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1784, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1780, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1776, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1862, characters 49-663:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1858, characters 47-914:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1854, characters 45-1155:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1850, characters 43-1389:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1846, characters 41-1610:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1842, characters 39-1821:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1838, characters 12-1997:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1954, characters 49-663:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1950, characters 47-914:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1946, characters 45-1155:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1942, characters 43-1389:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1938, characters 41-1610:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1934, characters 39-1821:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 1930, characters 12-1997:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2026, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2022, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2018, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2086, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2082, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2078, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2134, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2165, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2208, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2204, characters 41-809:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2200, characters 39-1020:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2196, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2257, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2253, characters 41-809:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2249, characters 39-1020:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2245, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2298, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2294, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2352, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2348, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2398, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2641, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2637, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2678, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2674, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2719, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2715, characters 39-781:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2711, characters 12-957:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2766, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2762, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2803, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2799, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2852, characters 45-615:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2848, characters 43-846:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2844, characters 41-1067:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2840, characters 39-1281:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2836, characters 12-1457:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2932, characters 45-615:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2928, characters 43-846:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2924, characters 41-1067:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2920, characters 39-1281:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2916, characters 12-1457:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2996, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 2992, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3050, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3046, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3100, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3096, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3150, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3146, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3200, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3196, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3250, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3246, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3300, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3296, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3350, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3346, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3400, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3396, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3450, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3446, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3500, characters 39-546:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3496, characters 12-722:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3546, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3591, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3636, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3681, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3734, characters 41-564:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3730, characters 39-772:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3726, characters 12-948:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3842, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3838, characters 39-781:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3834, characters 12-957:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3881, characters 39-540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3877, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3955, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3951, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3947, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4006, characters 45-621:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4002, characters 43-852:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3998, characters 41-1076:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3994, characters 39-1287:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 3990, characters 12-1460:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4068, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4064, characters 39-784:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4060, characters 12-960:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4290, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4338, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4382, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4430, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4478, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4474, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4549, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4545, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4616, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4612, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4683, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4679, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4746, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4742, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4812, characters 41-564:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4808, characters 39-775:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4804, characters 12-951:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4865, characters 12-491:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4914, characters 12-491:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 4963, characters 12-491:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5012, characters 12-491:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5061, characters 12-491:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5112, characters 47-639:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5108, characters 45-880:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5104, characters 43-1111:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5100, characters 41-1332:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5096, characters 39-1543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5092, characters 12-1719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5157, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5153, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5199, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5195, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5331, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5327, characters 39-781:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5323, characters 12-957:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5386, characters 47-639:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5382, characters 45-880:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5378, characters 43-1111:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5374, characters 41-1332:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5370, characters 39-1543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5366, characters 12-1719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5464, characters 47-639:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5460, characters 45-880:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5456, characters 43-1111:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5452, characters 41-1332:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5448, characters 39-1543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5444, characters 12-1719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5530, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5526, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5522, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5518, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5596, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5592, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5588, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5584, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5658, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5654, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5650, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5646, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5724, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5720, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5716, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5712, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5802, characters 51-687:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5798, characters 49-948:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5794, characters 47-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5790, characters 45-1440:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5786, characters 43-1671:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5782, characters 41-1892:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5778, characters 39-2103:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5774, characters 12-2276:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5915, characters 51-687:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5911, characters 49-948:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5907, characters 47-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5903, characters 45-1440:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5899, characters 43-1671:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5895, characters 41-1892:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5891, characters 39-2103:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5887, characters 12-2276:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6024, characters 51-687:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6020, characters 49-948:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6016, characters 47-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6012, characters 45-1440:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6008, characters 43-1671:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6004, characters 41-1892:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6000, characters 39-2103:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 5996, characters 12-2276:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6133, characters 51-687:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6129, characters 49-948:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6125, characters 47-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6121, characters 45-1440:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6117, characters 43-1671:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6113, characters 41-1892:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6109, characters 39-2103:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6105, characters 12-2276:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6230, characters 47-639:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6226, characters 45-880:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6222, characters 43-1111:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6218, characters 41-1332:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6214, characters 39-1543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6210, characters 12-1716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6308, characters 47-639:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6304, characters 45-880:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6300, characters 43-1111:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6296, characters 41-1332:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6292, characters 39-1543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6288, characters 12-1716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6366, characters 39-540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6362, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6411, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6407, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6403, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6399, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6511, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6507, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6503, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6499, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6607, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6603, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6599, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6595, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6703, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6699, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6695, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6691, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6795, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6791, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6787, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6783, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6891, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6887, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6883, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6879, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6983, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6979, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6975, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 6971, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7075, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7071, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7067, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7063, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7155, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7151, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7242, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7238, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7325, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7321, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7412, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7408, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7495, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7491, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7582, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7578, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7665, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7661, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7752, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7748, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7835, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7831, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7922, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 7918, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8005, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8001, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8092, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8088, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8175, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8171, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8262, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8258, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8345, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8341, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8432, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8428, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8515, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8511, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8602, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8598, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8685, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8681, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8772, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8768, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8855, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8851, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8942, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 8938, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9025, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9021, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9112, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9108, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9195, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9191, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9282, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9278, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9365, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9361, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9452, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9448, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9535, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9531, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9622, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9618, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9705, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9701, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9792, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9788, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9875, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9871, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9962, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 9958, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10045, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10041, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10128, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10124, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10207, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10203, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10290, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10286, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10369, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10365, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10452, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10448, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10531, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10527, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10614, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10610, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10693, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10689, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10776, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10772, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10855, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10851, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10938, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 10934, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11017, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11013, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11100, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11096, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11179, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11175, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11262, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11258, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11341, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11337, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11424, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11420, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11503, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11499, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11586, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11582, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11665, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11661, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11748, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11744, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11827, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11823, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11910, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11906, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11989, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 11985, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12072, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12068, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12151, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12147, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12234, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12230, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12313, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12309, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12396, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12392, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12475, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12471, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12558, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12554, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12637, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12633, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12720, characters 39-549:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12716, characters 12-725:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12795, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12851, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12903, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 12959, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13011, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13067, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13119, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13175, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13235, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13231, characters 39-775:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13227, characters 12-951:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13671, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13730, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13803, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 13862, characters 12-497:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14140, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14136, characters 39-781:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14132, characters 12-957:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14284, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14280, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14341, characters 49-669:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14337, characters 47-926:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14333, characters 45-1170:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14329, characters 43-1407:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14325, characters 41-1631:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14321, characters 39-1845:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14317, characters 12-2021:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14410, characters 47-639:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14406, characters 45-880:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14402, characters 43-1111:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14398, characters 41-1332:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14394, characters 39-1543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14390, characters 12-1719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14455, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14451, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14492, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14488, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14547, characters 39-540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14543, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14659, characters 39-540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14655, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14776, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14772, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14830, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14826, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14934, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14930, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14926, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14994, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14990, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 14986, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15050, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15046, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15042, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15110, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15106, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15102, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15174, characters 45-615:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15170, characters 43-846:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15166, characters 41-1067:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15162, characters 39-1278:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15158, characters 12-1454:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15263, characters 45-615:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15259, characters 43-846:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15255, characters 41-1067:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15251, characters 39-1278:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15247, characters 12-1454:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15348, characters 45-615:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15344, characters 43-846:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15340, characters 41-1067:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15336, characters 39-1278:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15332, characters 12-1454:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15433, characters 45-615:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15429, characters 43-846:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15425, characters 41-1067:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15421, characters 39-1278:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15417, characters 12-1454:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15595, characters 43-594:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15591, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15587, characters 39-1026:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15583, characters 12-1202:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15644, characters 41-570:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15640, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15636, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15685, characters 12-491:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15717, characters 12-491:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15761, characters 43-588:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15757, characters 41-809:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15753, characters 39-1020:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15749, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15828, characters 43-588:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15824, characters 41-809:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15820, characters 39-1020:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15816, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15891, characters 43-588:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15887, characters 41-809:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15883, characters 39-1020:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15879, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15958, characters 43-588:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15954, characters 41-809:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15950, characters 39-1020:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 15946, characters 12-1196:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16029, characters 47-636:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16025, characters 45-877:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16021, characters 43-1108:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16017, characters 41-1329:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16013, characters 39-1540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16009, characters 12-1716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16125, characters 47-636:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16121, characters 45-877:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16117, characters 43-1108:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16113, characters 41-1329:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16109, characters 39-1540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16105, characters 12-1716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16217, characters 47-636:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16213, characters 45-877:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16209, characters 43-1108:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16205, characters 41-1329:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16201, characters 39-1540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16197, characters 12-1716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16309, characters 47-636:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16305, characters 45-877:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16301, characters 43-1108:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16297, characters 41-1329:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16293, characters 39-1540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16289, characters 12-1716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16385, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16381, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16377, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16446, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16442, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16438, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16503, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16499, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16495, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16567, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16563, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16559, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16627, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16623, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16619, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16688, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16684, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16680, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16745, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16741, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16737, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16806, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16802, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16798, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16863, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16859, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16855, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16927, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16923, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16919, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16991, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16987, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16983, characters 39-1026:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 16979, characters 12-1202:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17062, characters 43-591:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17058, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17054, characters 39-1026:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17050, characters 12-1202:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17125, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17121, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17117, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17186, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17182, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17178, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17243, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17239, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17235, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17304, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17300, characters 39-778:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17296, characters 12-954:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17411, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17407, characters 39-784:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17403, characters 12-960:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17454, characters 41-567:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17450, characters 39-784:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17446, characters 12-960:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17505, characters 45-615:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17501, characters 43-846:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17497, characters 41-1067:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17493, characters 39-1278:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17489, characters 12-1454:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17573, characters 39-540:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17569, characters 12-716:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17610, characters 39-543:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17606, characters 12-719:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17643, characters 12-494:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17686, characters 43-594:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17682, characters 41-812:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17678, characters 39-1023:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
File "src/stan/parser.ml", line 17674, characters 12-1199:
Warning 9: the following labels are not bound in this record pattern:
state
Either bind these labels explicitly or add '; _' to the pattern.
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/parsing_errors.ml > src/stan/parsing_errors.ml.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/parsing_errors.cmo src/stan/parsing_errors.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/lexer.cmx src/stan/lexer.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/parsing_errors.cmx src/stan/parsing_errors.ml
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/semantic_check.ml > src/stan/semantic_check.ml.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/stan_math_signatures.ml > src/stan/stan_math_signatures.ml.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/stan_math_signatures.mli > src/stan/stan_math_signatures.mli.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/stan_math_signatures.cmi src/stan/stan_math_signatures.mli
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/type_conversion.ml > src/stan/type_conversion.ml.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/type_conversion.mli > src/stan/type_conversion.mli.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/type_conversion.cmi src/stan/type_conversion.mli
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/type_conversion.cmx src/stan/type_conversion.ml
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/symbol_table.ml > src/stan/symbol_table.ml.depends
ocamlfind ocamldep -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -modules src/stan/symbol_table.mli > src/stan/symbol_table.mli.depends
ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/symbol_table.cmi src/stan/symbol_table.mli
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/stan_math_signatures.cmx src/stan/stan_math_signatures.ml
+ ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/stan_math_signatures.cmx src/stan/stan_math_signatures.ml
File "src/stan/stan_math_signatures.ml", line 62, characters 4-27:
Warning 32: unused value eigen_vector_types_size.
File "src/stan/stan_math_signatures.ml", line 106, characters 4-18:
Warning 32: unused value add_quaternary.
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/symbol_table.cmx src/stan/symbol_table.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/parse.cmx src/stan/parse.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/semantic_check.cmx src/stan/semantic_check.ml
ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package menhirLib -package core -ppx 'ppx-jane -as-ppx' -I src/stan -I src -o src/stan/stan.cmx src/stan/stan.ml
ocamlfind ocamlopt -linkpkg -g -thread -package menhirLib -package core -I src/stan src/stan/errors.cmx src/stan/ast.cmx src/stan/ast_constructors.cmx src/stan/pretty_printing.cmx src/stan/debug.cmx src/stan/parser.cmx src/stan/lexer.cmx src/stan/parsing_errors.cmx src/stan/parse.cmx src/stan/type_conversion.cmx src/stan/stan_math_signatures.cmx src/stan/symbol_table.cmx src/stan/semantic_check.cmx src/stan/stan.cmx -o src/stan/stan.native
# Packages matching: installed
# Name # Installed # Synopsis
base v0.11.1 Full standard library replacement for OCaml
base-bigarray base
base-threads base
base-unix base
bin_prot v0.11.0 A binary protocol generator
conf-m4 1 Virtual package relying on m4
configurator v0.11.0 Helper library for gathering system configuration
core v0.11.3 Industrial strength alternative to OCaml's standard library
core_kernel v0.11.1 Industrial strength alternative to OCaml's standard library
dune 1.5.1 Fast, portable and opinionated build system
fieldslib v0.11.0 Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values
jane-street-headers v0.11.0 Jane Street C header files
jbuilder transition This is a transition package, jbuilder is now named dune. Use the dune
menhir 20181006 LR(1) parser generator
num 1.1 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-compiler-libs v0.11.0 OCaml compiler libraries repackaged
ocaml-config 1 OCaml Switch Configuration
ocaml-migrate-parsetree 1.1.0
ocamlbuild 0.12.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
ocamlfind 1.8.0 A library manager for OCaml
octavius 1.2.0 Ocamldoc comment syntax parser
parsexp v0.11.0 S-expression parsing library
ppx_assert v0.11.0 Assert-like extension nodes that raise useful errors on failure
ppx_base v0.11.0 Base set of ppx rewriters
ppx_bench v0.11.0 Syntax extension for writing in-line benchmarks in ocaml code
ppx_bin_prot v0.11.1 Generation of bin_prot readers and writers from types
ppx_compare v0.11.1 Generation of comparison functions from types
ppx_custom_printf v0.11.0 Printf-style format-strings for user-defined string conversion
ppx_derivers 1.0 Shared [@@deriving] plugin registry
ppx_enumerate v0.11.1 Generate a list containing all values of a finite type
ppx_expect v0.11.1 Cram like framework for OCaml
ppx_fail v0.11.0 Add location to calls to failwiths
ppx_fields_conv v0.11.0 Generation of accessor and iteration functions for ocaml records
ppx_hash v0.11.1 A ppx rewriter that generates hash functions from type expressions and definitions
ppx_here v0.11.0 Expands [%here] into its location
ppx_inline_test v0.11.0 Syntax extension for writing in-line tests in ocaml code
ppx_jane v0.11.0 Standard Jane Street ppx rewriters
ppx_js_style v0.11.0 Code style checker for Jane Street Packages
ppx_let v0.11.0 Monadic let-bindings
ppx_optcomp v0.11.0 Optional compilation for OCaml
ppx_optional v0.11.0 Pattern matching on flat options
ppx_pipebang v0.11.0 A ppx rewriter that inlines reverse application operators `|>` and `|!`
ppx_sexp_conv v0.11.2 Generation of S-expression conversion functions from type definitions
ppx_sexp_message v0.11.0 A ppx rewriter for easy construction of s-expressions
ppx_sexp_value v0.11.0 A ppx rewriter that simplifies building s-expressions from ocaml values
ppx_typerep_conv v0.11.1 Generation of runtime types from type declarations
ppx_variants_conv v0.11.1 Generation of accessor and iteration functions for ocaml variant types
ppxlib 0.3.1
re 1.8.0 RE is a regular expression library for OCaml
result 1.3 Compatibility Result module
seq base Compatibility package for OCaml's standard iterator type starting from 4.07.
sexplib v0.11.0 Library for serializing OCaml values to and from S-expressions
sexplib0 v0.11.0 Library containing the definition of S-expressions and some base converters
spawn v0.12.0 Spawning sub-processes
splittable_random v0.11.0 PRNG that can be split into independent streams
stdio v0.11.0 Standard IO library for OCaml
typerep v0.11.0 typerep is a library for runtime types.
variantslib v0.11.0 Part of Jane Street's Core library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment