Posts by Vini • 11 points
1 post
-
1
votes1
answer195
viewsQ: Haskell error Not in Scope: data constructor 'Medicines'
Good afternoon, how do I get out of that mistake? I’m trying to include an element in a list of tuples. type Nome = String type Quantidade = Int type HorarioProximo = Int type HoraAtual = Int type…