⌂Bosatsu Documentation
0.0.0+1-866b4d75*
  • Bosatsu Design Philosophy and Goals
  • Design Docs
  • Getting started (new repo)
  • Writing Bosatsu in 5 minutes
  • Language Guide
  • Recursion in Bosatsu
  • Generating JSON from Bosatsu Values
  • Debugging with lib eval
  • Inspecting Compiled Output with lib show
  • Compiling to Python
  • Core Alpha API
Bosatsu Documentation
⌂Bosatsu Documentation
0.0.0+1-866b4d75*
  • Bosatsu Design Philosophy and Goals
  • Design Docs
  • Getting started (new repo)
  • Writing Bosatsu in 5 minutes
  • Language Guide
  • Recursion in Bosatsu
  • Generating JSON from Bosatsu Values
  • Debugging with lib eval
  • Inspecting Compiled Output with lib show
  • Compiling to Python
  • Core Alpha API
  • Bosatsu Documentation
  • Core Alpha API
  • DictTools

DictTools

private package

source code: - test_workspace/dicttools.bosatsu

Index

  • Values: merge

Values

merge

references: Dict

def merge[a, b](left: Dict[a, b], right: Dict[a, b], fn: (b, b) -> b) -> Dict[a, b]

Next: Euler/Four

On this page:
  • DictTools