We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080316f commit 130d15dCopy full SHA for 130d15d
src/stancjs/stancjs.ml
@@ -33,8 +33,8 @@ let stan2cpp model_name model_string is_flag_set flag_val includes :
33
let result =
34
ast >>= fun ast ->
35
let unused_annotations =
36
- Annotations.find_unrecognized Transform_Mir.recognized_annotation ast
37
- in
+ Frontend.Annotations.find_unrecognized
+ Stan_math_backend.Annotations.recognized_annotation ast in
38
let typed_ast =
39
Typechecker.check_program ast
40
|> Result.map_error ~f:(fun e -> Errors.Semantic_error e) in
0 commit comments