The Root Library
#root is Vine’s standard library. It provides:
- types fundamental to Vine, including
N32,IO,List, andString - operator traits which define the behavior of Vine’s operators, including
+,&, andas. - the prelude, which defines items that are in scope without needing to be explicitly imported
- a number of useful types and utilities, such as
Array,Map,debug, andrng
See the API Docs for #root for more info.