klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Data constructors #9

Open klequis opened 2 years ago

klequis commented 2 years ago

Data constructors are a means of creating values that inhabit a given type. True & False are the data constructors for Bool. They begin with the word data.