# \#readability

**URL:** https://discuss.ocaml.org/tag/readability/173.md

[Latest](https://discuss.ocaml.org/latest.md) · [Categories](https://discuss.ocaml.org/categories.md) · [Tags](https://discuss.ocaml.org/tags.md)

---

## [Code readability - How to view signature and documentation of a module?](https://discuss.ocaml.org/t/code-readability-how-to-view-signature-and-documentation-of-a-module/1477)

<div class="topic-metadata">

**Author:** [@mjambon](https://discuss.ocaml.org/u/mjambon)\
**Replies:** 8\
**Last updated:** [January 24, 2018, 7:33pm UTC](https://discuss.ocaml.org/t/code-readability-how-to-view-signature-and-documentation-of-a-module/1477 "2018-01-24T19:33:54Z")

</div>

I wrote this line: module Tbl = Core\_kernel.Std.Hashtbl.Make (Bap.Std.Exp) For the sake of generality, let’s rewrite this as: module Out = Lib.Make (In) What is a good, systematic way of viewing the signature and the…
