Idris2/libs/base
André Videla 738c9d77d2 Add snoc to Data.Vect
Snoc add an element at the end of the vector. The main use case
for such a function is to get the expected type signature
Vect n a -> a -> Vect (S n) a instead of
Vect n a -> a -> Vect (n + 1) a which you get by using `++ [x]`

Snoc gets is name from `cons` by reversin each letter, indicating
tacking on the element at the end rather than the begining.
`append` would also be a suitable name.
2021-01-03 21:48:31 +00:00
..
Control change runState's signature 2020-12-17 10:10:18 +00:00
Data Add snoc to Data.Vect 2021-01-03 21:48:31 +00:00
Debug Add libraries 2020-05-18 14:00:08 +01:00
Decidable Some utilities for Fin, relations and decidability (#857) 2020-12-28 21:41:12 +00:00
Language Merge branch 'master' of https://github.com/idris-lang/Idris2 into master 2020-10-12 17:36:45 +03:00
System Make Idris2 test harness available for the many and not the few. (#719) 2020-10-19 09:26:23 +01:00
base.ipkg Type definition from Decidable.Equality was moved to a separate module 2020-12-04 19:09:05 +00:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00
System.idr Use the same naming convention for foreign primitives 2020-08-19 14:05:28 +01:00