We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273453a commit ce559c2Copy full SHA for ce559c2
src/Sigs.ml
@@ -1,8 +1,8 @@
1
-(** Common signatures shared across different components. *)
+(** Signatures shared across different components. *)
2
3
-(** A signature carrying a type. *)
+(** This is a type wrapped as a module. *)
4
module type Type =
5
sig
6
- (** The type. *)
+ (** The wrapped type. *)
7
type t
8
end
0 commit comments