aboutsummaryrefslogtreecommitdiff
path: root/src/Food.purs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Food.purs')
-rw-r--r--src/Food.purs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Food.purs b/src/Food.purs
index 980eb44..8a6bb57 100644
--- a/src/Food.purs
+++ b/src/Food.purs
@@ -54,6 +54,8 @@ all =
, { name: "Chataigne grillée", glycemicIndex: 60, carbohydrates: 42 }
, { name: "Croissant", glycemicIndex: 60, carbohydrates: 57 }
+ , { name: "Chocolat noir 70%", glycemicIndex: 25, carbohydrates: 32 }
+ , { name: "Chocolat noir 85%", glycemicIndex: 20, carbohydrates: 24 }
, { name: "Choux blanc", glycemicIndex: 15, carbohydrates: 4 }
, { name: "Choux chinois", glycemicIndex: 15, carbohydrates: 1 }
, { name: "Choux de bruxelles", glycemicIndex: 15, carbohydrates: 3 }
@@ -92,7 +94,7 @@ all =
, { name: "Farine de quinoa", glycemicIndex: 40, carbohydrates: 64 }
, { name: "Farine de riz", glycemicIndex: 95, carbohydrates: 85 }
, { name: "Farine de seigle complète T130", glycemicIndex: 45, carbohydrates: 59 }
- , { name: "Farine de seigle intégraile T150", glycemicIndex: 45, carbohydrates: 59 }
+ , { name: "Farine de seigle intégrale T150", glycemicIndex: 45, carbohydrates: 59 }
, { name: "Fécule de maïs", glycemicIndex: 85, carbohydrates: 88 }
, { name: "Fenouil", glycemicIndex: 15, carbohydrates: 5 }
, { name: "Fève", glycemicIndex: 15, carbohydrates: 14 }
@@ -113,7 +115,7 @@ all =
, { name: "Groseilles à maquereau", glycemicIndex: 25, carbohydrates: 6 }
, { name: "Haricot beurre", glycemicIndex: 15, carbohydrates: 3 }
- , { name: "Haricot blanc", glycemicIndex: 35, carbohydrates: 17 }
+ , { name: "Haricot blanc", glycemicIndex: 35, carbohydrates: 14 }
, { name: "Haricot mange tout", glycemicIndex: 15, carbohydrates: 7 }
, { name: "Haricot noir", glycemicIndex: 35, carbohydrates: 24 }
, { name: "Haricot rouge", glycemicIndex: 35, carbohydrates: 15 }