6BD-org/Janiva

Support bottom type

wylswz opened this issue · 0 comments

wylswz commented
  • Bottom type can be used to represent computations that never return a result, such as 1/0. Instead of throwing a runtime exception, bind a bottom instead
  • provide a function that always return bottom
{
  a << @bottom
}