klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Type alias #26

Open klequis opened 2 years ago

klequis commented 2 years ago

A type alias is a way to refer to a type constructor or type constant by an alternate name, usually to communicate something more specific or for brevity.