Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wonhyukchoi committed Jan 3, 2021
1 parent 27b13b5 commit 0503ead
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ const htmlLoad = `
`

const initially= `
initially guarantee{
initially guarantee {
[amSynthesis <- False()];
[fmSynthesis <- False()];
[waveform <- sine()];
[lfo <- False()];
}
`

Expand Down Expand Up @@ -110,7 +112,7 @@ function getSpecFromDOM(){

// FIXME
if(predicateList.length > 1){
let assumeClause = "always assume{\n\t";
let assumeClause = "always assume {\n\t";
for(let i=0; i<predicateList.length; i++){
const predicate = predicateList[i];
assumeClause += "!(" + predicate +") || ";
Expand Down

0 comments on commit 0503ead

Please sign in to comment.