diff options
| author | Robert Norton | 2018-02-23 17:09:45 +0000 |
|---|---|---|
| committer | Robert Norton | 2018-02-23 17:09:45 +0000 |
| commit | 038feaf840206572c155ab0555e7025799cc8776 (patch) | |
| tree | 7c95669b21b886c40d0eed18b0304c33de933a62 /lib/exception_basic.sail | |
| parent | 5b068e01517bb461b8864581ce97799986cb0739 (diff) | |
| parent | cd37e0dd062f6af04c56e01103f2046fd390bbe6 (diff) | |
Merge branch 'sail2' of github.com:rems-project/sail into sail2
Diffstat (limited to 'lib/exception_basic.sail')
| -rw-r--r-- | lib/exception_basic.sail | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/exception_basic.sail b/lib/exception_basic.sail new file mode 100644 index 00000000..cab394b0 --- /dev/null +++ b/lib/exception_basic.sail @@ -0,0 +1,6 @@ +$ifndef _EXN_BASIC +$define _EXN_BASIC + +newtype exception = Exception : unit + +$endif |
