<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sail/test/smt/let_intervene.unsat.sail, branch sail2</title>
<subtitle>Formal specification language for ISAs</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/'/>
<entry>
<title>SMT: Support generic vectors and handle lets between specs and functions</title>
<updated>2019-04-17T15:22:45+00:00</updated>
<author>
<name>Alasdair Armstrong</name>
</author>
<published>2019-04-17T14:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=b8f0a4e79749278f18e2e98f87a817e27a15c9ef'/>
<id>b8f0a4e79749278f18e2e98f87a817e27a15c9ef</id>
<content type='text'>
If we have e.g.

$property
val prop : ...

let X = 0

function prop(...) = X == ...

then we need to ensure that let X is included when we generate the
property.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we have e.g.

$property
val prop : ...

let X = 0

function prop(...) = X == ...

then we need to ensure that let X is included when we generate the
property.
</pre>
</div>
</content>
</entry>
</feed>
