mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 22:22:07 +03:00
Add comment about import from the contrib library (#1625)
This commit is contained in:
parent
63a6b16517
commit
b5c2f28dae
@ -276,6 +276,8 @@ generates a case tree splitting on ``input1`` and ``input2`` instead of the
|
|||||||
This doesn't yet get past the totality checker, however, because it doesn't
|
This doesn't yet get past the totality checker, however, because it doesn't
|
||||||
know about looking inside pairs.
|
know about looking inside pairs.
|
||||||
|
|
||||||
|
For the ``VList`` view in the exercise 4 after Chapter 10-2 ``import Data.List.Views.Extra`` from ``contrib`` library.
|
||||||
|
|
||||||
In ``DataStore.idr``: Well this is embarrassing - I've no idea how Idris 1 lets
|
In ``DataStore.idr``: Well this is embarrassing - I've no idea how Idris 1 lets
|
||||||
this through! I think perhaps it's too "helpful" when solving unification
|
this through! I think perhaps it's too "helpful" when solving unification
|
||||||
problems. To fix it, add an extra parameter ``schema`` to ``StoreView``, and change
|
problems. To fix it, add an extra parameter ``schema`` to ``StoreView``, and change
|
||||||
|
Loading…
Reference in New Issue
Block a user