summaryrefslogtreecommitdiff
path: root/lib/exception_basic.sail
blob: cab394b042968657e1b558ef64cf58f541f7b473 (plain)
1
2
3
4
5
6
$ifndef _EXN_BASIC
$define _EXN_BASIC

newtype exception = Exception : unit

$endif