Array programming #19

Closed
opened 2022-05-23 22:40:31 +02:00 by robben · 2 comments
robben commented 2022-05-23 22:40:31 +02:00 (Migrated from engi.evolpe.it)

As in title. Allow for something like:

----------------------------------------------------------------------------
Using following values:
iota :: (n : Int) -> (Int -> a) -> (result : [a]) where (length result) == n
fib  :: Int -> Int
Scale :: [Int]
----------------------------------------------------------------------------
(c + iota 10 fib) % Scale)
  • Addition / binary operations
  • Modulo array operation
As in title. Allow for something like: ``` ---------------------------------------------------------------------------- Using following values: iota :: (n : Int) -> (Int -> a) -> (result : [a]) where (length result) == n fib :: Int -> Int Scale :: [Int] ---------------------------------------------------------------------------- (c + iota 10 fib) % Scale) ``` - [x] Addition / binary operations - [ ] Modulo array operation
robben commented 2022-05-23 22:40:32 +02:00 (Migrated from engi.evolpe.it)

assigned to @robben

assigned to @robben
robben commented 2022-05-25 04:37:31 +02:00 (Migrated from engi.evolpe.it)

changed the description

changed the description
Sign in to join this conversation.
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: s416496/musique#19
No description provided.