10 best games like Dordle
Haskle
Haskle is an online game that offers a unique word-guessing concept for everyone. The game's goal is to guess a function from the preamble. In each round, you guess the function based on its preamble or jumbled type. Emojis initially replace all type elements (binding, variable, and type). Interesting, right? Join Haskle now!
How to Play
To complete the activity, you will need to use the mouse to move around and follow the instructions. Once the type has fully revealed itself, new guesses use the same mechanism to reveal the function name, revealing characters that appear in both the guess and response names.
We took GHCI's signatures almost verbatim, with the following changes:
List replaces brackets ([]), while Tuple and Tuple3 substitute tuples ((,) and (,)).
The unit replaces the function type (()).
Typeclass methods' typecasts are subject to a different set of constraints. For example, traverse uses Traversable t => Applicative f => (a -> f b) -> t a -> f (t b) rather than (Traversable t, Applicative f) =>...
Emojis replace each character in the function name. Utilize the hints to quickly decide the correct answer. Good luck!