|
|
|
|
|
by gertef
3233 days ago
|
|
> I often fill in the implementations after I work out the types. OK, but that's the opposite of deffering type errors until runtime. Using "undefined"/bottom as the implemenation of a function is how we wrote Haskell before GHC added support for deferring type-errors. |
|
Also, typed holes. Typed holes are awesome for building implementations based on types.