|
|
|
|
|
by spockz
588 days ago
|
|
Agda (2) has a similar feature called holes. Very similar to Haskell’s `nothing` and Scala’s `???`. The difference is that because of the dependently typedness the compiler can sometimes even fill in the code for you based on symbols in scope. |
|
Examples from [0].
[0] https://wiki.haskell.org/GHC/Typed_holes