Skip to content

Commit 130d15d

Browse files
committed
Update stancjs
1 parent 080316f commit 130d15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stancjs/stancjs.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ let stan2cpp model_name model_string is_flag_set flag_val includes :
3333
let result =
3434
ast >>= fun ast ->
3535
let unused_annotations =
36-
Annotations.find_unrecognized Transform_Mir.recognized_annotation ast
37-
in
36+
Frontend.Annotations.find_unrecognized
37+
Stan_math_backend.Annotations.recognized_annotation ast in
3838
let typed_ast =
3939
Typechecker.check_program ast
4040
|> Result.map_error ~f:(fun e -> Errors.Semantic_error e) in

0 commit comments

Comments
 (0)