Rocky Dblog.rockydd.net·Jan 17, 2023Exploring Haskell's Type System: From data constructors to :t and :kIn Haskell, every value has a specific type and the type of a value determines the set of operations that can be performed on it. Haskell is a statically typed language, which means that the type of a value must be known at compile-time. Types are a ...61 readsHaskellAdd a thoughtful commentNo comments yetBe the first to start the conversation.