Skip to content

Commit

Permalink
Add missing languages on code fences
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed May 23, 2020
1 parent c71fecb commit 40832c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ S32 -> S32 -> S32

Function types are also types:

```
```pikelet
U32 -> U32 : Type
```

In order to find the universe level of a function type,
we use the universe level the largest input or output:

```
```pikelet
U32 -> Type^2 : Type^3
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here the type of `a` _depends_ on the type given to `A`.

Record types are also types:

```
```pikelet
Record {
first : U32,
} : Type
Expand Down

0 comments on commit 40832c9

Please sign in to comment.