Skip to content

Commit a6bd58c

Browse files
author
adjevahi
committed
added doc
1 parent 4a09add commit a6bd58c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

theories/lebesgue_integral_theory/simple_functions.v

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ From mathcomp Require Import borel_hierarchy.
2828
(* *)
2929
(* Detailed contents: *)
3030
(* ```` *)
31-
(* {sfun T >-> R} == type of simple functions *)
32-
(* They form a (potentially zero) ring. *)
31+
(* {sfun aT >-> bT} == type of simple functions *)
32+
(* They can form a ring or a module depending on *)
33+
(* the structure of bT *)
3334
(* {nnsfun T >-> R} == type of non-negative simple functions *)
3435
(* indic_sfun mD := mindic _ mD *)
3536
(* cst_sfun r == constant simple function *)

0 commit comments

Comments
 (0)