Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ pack ] Pack collection fails to build #1

Open
stefan-hoeck opened this issue Apr 26, 2024 · 0 comments
Open

[ pack ] Pack collection fails to build #1

stefan-hoeck opened this issue Apr 26, 2024 · 0 comments

Comments

@stefan-hoeck
Copy link

Building the last nightly of the pack collection failed due to the following error in numidr:

2024-04-25T21:27:07.1455991Z [ build ] 14/27: Building Data.NumIdr.Matrix (src/Data/NumIdr/Matrix.idr)
2024-04-25T21:27:07.1456707Z [ build ] Error: While processing right hand side of matrix. Undefined name array'. 
2024-04-25T21:27:07.1457201Z [ build ] 
2024-04-25T21:27:07.1457479Z [ build ] Data.NumIdr.Matrix:36:12--36:18
2024-04-25T21:27:07.1457944Z [ build ]  32 | ||| Construct a matrix with the given order and elements.
2024-04-25T21:27:07.1458385Z [ build ]  33 | export
2024-04-25T21:27:07.1458880Z [ build ]  34 | matrix : {default B rep : Rep} -> RepConstraint rep a => {m, n : _} ->
2024-04-25T21:27:07.1459482Z [ build ]  35 |           Vect m (Vect n a) -> Matrix m n a
2024-04-25T21:27:07.1459943Z [ build ]  36 | matrix x = array' {rep} [m,n] x
2024-04-25T21:27:07.1460288Z [ build ]                  ^^^^^^
2024-04-25T21:27:07.1460613Z [ build ] Did you mean any of: array, or Array?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant