diff options
| author | Marius Peter <dev@marius-peter.com> | 2025-11-20 11:27:50 +0100 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2025-11-20 11:27:50 +0100 |
| commit | e49ca1f3999127bee5888b44c3900b5483ecebd0 (patch) | |
| tree | 66a2e7a2ca48a7fb480d0ded1d8072da2f4b93cf /models/nutrient.rkt | |
| parent | c0f93e8d41188fc4138a350430ee349b61ea0535 (diff) | |
raco fmt.
Diffstat (limited to 'models/nutrient.rkt')
| -rw-r--r-- | models/nutrient.rkt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/models/nutrient.rkt b/models/nutrient.rkt index 49921d7..91be68f 100644 --- a/models/nutrient.rkt +++ b/models/nutrient.rkt @@ -1,14 +1,11 @@ #lang racket -;; Model struct (provide nutrient nutrient? nutrient-id nutrient-name nutrient-formula - ;; Contracts nutrient-value-pair/c - ;; SQL CRUD (contract-out [create-nutrient! (-> string? string? nutrient?)] [get-nutrients (-> (listof nutrient?))] [get-nutrient |