-
Notifications
You must be signed in to change notification settings - Fork 106
Home
Welcome to the batteries-included wiki!
Installing Batteries documents how to install Batteries and Getting Started documents using it in your code.
There are a number of New APIs provided in Batteries, and sometimes it’s confusing when to use each. Primary of these are the ListTypes which are similar to OCaml’s builtin list.
A Comparison Matrix of Batteries Included and other stdlibs and extensions.
Detailed API documentation for Version 2.x and Version 1.x are available through github. To aid in conversion from 1.x to 2.x, a detailed list of InterfaceChanges12 is also available.
Developers guidelines explain the basis of our Git workflow, and the use of our inline test tool.
"Junior-tasks"-for-batteries are available for those who want to contribute but don’t know what to do.