Added builtins to docs

This commit is contained in:
Anton-4 2021-12-13 20:27:32 +01:00
parent df689a9766
commit eeb8d7e9f1
4 changed files with 26 additions and 6 deletions

View file

@ -3091,7 +3091,7 @@ fn list_keep_errs(symbol: Symbol, var_store: &mut VarStore) -> Def {
lowlevel_2(symbol, LowLevel::ListKeepErrs, var_store)
}
/// List.keepErrs: List before, (before -> Result * after) -> List after
/// List.range: Int a, Int a -> List (Int a)
fn list_range(symbol: Symbol, var_store: &mut VarStore) -> Def {
lowlevel_2(symbol, LowLevel::ListRange, var_store)
}