Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
gensofubi committed May 19, 2023
1 parent 1c66f50 commit e07aed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haz3lweb/view/LangDoc.re
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ let get_doc =
| TypeAnn(_) => default // Shouldn't get hit?
};
// TODO
| Module(_) => default
| Module(_) => default
| Ap(x, arg) =>
let x_id = List.nth(x.ids, 0);
let arg_id = List.nth(arg.ids, 0);
Expand Down

0 comments on commit e07aed2

Please sign in to comment.