Skip to content

Commit

Permalink
Update tutorial on tuple Bundle instances (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
basile-henry authored and christiaanb committed Jul 9, 2018
1 parent ed1496d commit aa69e73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Clash/Tutorial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ and can be converted from, or to, the other using 'bundle' and 'unbundle'.
Instances of this 'Bundle' type-class are defined as /isomorphisms/ for:
* All tuples until and including 8-tuples
* All tuples up to and including 62-tuples (GHC limit)
* The 'Vec'tor type
But they are defined as /identities/ for:
Expand Down Expand Up @@ -1805,7 +1805,7 @@ A list of often encountered errors and their solutions:
Product types supported by 'bundle' are:
* All tuples until and including 8-tuples
* All tuples up to and including 62-tuples (GHC limit)
* The 'Vec'tor type
* __Type error: Couldn't match expected type @('Signal' domain a, 'Signal' domain b)@ with__
Expand All @@ -1828,7 +1828,7 @@ A list of often encountered errors and their solutions:
Product types supported by 'unbundle' are:
* All tuples until and including 8-tuples
* All tuples up to and including 62-tuples (GHC limit)
* The 'Vec'tor type
* __Clash.Netlist(..): Not in normal form: \<REASON\>: \<EXPR\>__:
Expand Down

0 comments on commit aa69e73

Please sign in to comment.