klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Term-level & Type-level #56

Open klequis opened 2 years ago

klequis commented 2 years ago

Term-level: Values that appear in your code or the values your code evaluates to.

Type-level: Type variables, type constructors, and type classes which appear in type signatures and are used during static analysis an verification of your program.