diff options
| author | Alasdair Armstrong | 2019-06-04 16:37:48 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-06-04 16:37:48 +0100 |
| commit | 6d3a6edcd616621eb40420cfb16a34762a32c5c1 (patch) | |
| tree | d3a753af05b4a3d40a5ce0c6eb7711770105caba /src/property.mli | |
| parent | e24587857d1e61b428d784c699a683984c00ce36 (diff) | |
| parent | 239e13dc149af80f979ea95a3c9b42220481a0a1 (diff) | |
Merge branch 'sail2' into separate_bv
Diffstat (limited to 'src/property.mli')
| -rw-r--r-- | src/property.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/property.mli b/src/property.mli index 8005f91a..66a732b9 100644 --- a/src/property.mli +++ b/src/property.mli @@ -104,6 +104,8 @@ type query = | Q_and of query list | Q_or of query list +val default_query : query + type pragma = { query : query; litmus : string list; |
