Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
artoy committed Sep 4, 2023
1 parent 2a2be1b commit 0dd53ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/convMoCHi.ml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ let alias_to_adist (ro : (int * float) list)
| Int, Int -> None
| IntList _, IntList _ -> loop (pull_type tl "Cons" 2) (pull_type tr "Cons" 2)
| t1, _ ->
(* TODO: Maybe, error statement below does not support IntList. *)
failwith
(Printf.sprintf "ill type: %s" (sexp_of_otype t1 |> string_of_sexp))
in
Expand Down

0 comments on commit 0dd53ff

Please sign in to comment.