Skip to content

Commit

Permalink
Minor updates to README and doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Apr 18, 2016
1 parent 1dd0113 commit 4b56ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ The Rosette Language

[![Build Status](https://travis-ci.org/emina/rosette.svg?branch=master)](https://travis-ci.org/emina/rosette)

This repository includes the source code for the Rosette solver-aided host language, as well as several example
solver-aided DSLs.
[Rosette](http://emina.github.io/rosette/) is a solver-aided programming language that extends [Racket](http://racket-lang.org) with language constructs for program synthesis, verification, and more. This repository includes the source code for Rosette, as well as several example solver-aided DSLs.

## Installing Rosette

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Experimenting is the best way to determine whether and where to insert
performance-guiding @racket[for/all]s.
}]}

@defform[(for/all* ([id val-expr] ...+) body)]{
@defform[(for*/all ([id val-expr] ...+) body)]{
Expands to a nested use of @racket[for/all],
just like @racket[let*] expands to a nested use of @racket[let].}

Expand Down

0 comments on commit 4b56ce7

Please sign in to comment.