Skip to content

Commit

Permalink
Adjust comment to match declared type
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Jul 14, 2020
1 parent 39acf61 commit eed0bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cryptol.cry
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ primitive fromThenTo : {first, next, last, a, len}

// Fractional Literals ---------------------

/** 'FLiteral n d r a' asserts that the type `a' contains the
fraction `n/d`. The flag `r` indicates if we should round (`r >= 1`)
/** 'FLiteral m n r a' asserts that the type `a' contains the
fraction `m/n`. The flag `r` indicates if we should round (`r >= 1`)
or report an error if the number can't be represented exactly. */
primitive type FLiteral : # -> # -> # -> * -> Prop

Expand Down

0 comments on commit eed0bde

Please sign in to comment.