Skip to content

Commit

Permalink
chore: Update files for 3.4.1 (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomadge authored Feb 15, 2022
1 parent dc410d6 commit 533d7b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
osn: 'osx'
- os: 'windows-latest'
osn: 'win'
ver: '3.3.0'
ver: '3.4.1'
# There is no hosted environment for Unbuntu 14.04 or for debian

# Java is installed by default, but we need to select 1.8
Expand Down
6 changes: 3 additions & 3 deletions docs/DafnyRef/Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ type. For such assignments, an explicit conversion must be used, see

Dafny builds in three families of subset types, as described next.

### 11.3.1 Type`nat`
### 11.3.1. Type `nat`

The built-in type `nat`, which represents the non-negative integers
(that is, the natural numbers), is a subset type:
Expand Down Expand Up @@ -1304,7 +1304,7 @@ function Fib(n: int): int
}
```

### 11.3.2 Non-null types
### 11.3.2. Non-null types

Every class, trait, and iterator declaration `C` gives rise to two types.

Expand Down Expand Up @@ -1349,7 +1349,7 @@ For example,
Note that `?` is not an operator. Instead, it is simply the last
character of the name of these various possibly-null types.

### 11.3.3 Arrow types: `->`, `-->`, and `~>` {#sec-arrow-subset-types}
### 11.3.3. Arrow types: `->`, `-->`, and `~>` {#sec-arrow-subset-types}

The built-in type `->` stands for total functions, `-->` stands for
partial functions (that is, functions with possible `requires` clauses),
Expand Down
Binary file modified docs/DafnyRef/out/DafnyRef.pdf
Binary file not shown.

0 comments on commit 533d7b5

Please sign in to comment.