Ajout d'un petit double point-virgule trop mignon

This commit is contained in:
Mysaa 2021-03-24 19:50:00 +01:00
parent 929150577c
commit 9c7e31e5e8
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ open Math;;
module CLineaire =
struct
;;
(* La bonne structure *)
type t = {k : int; n : int; g : Math.matrice; h : Math.matrice};;