⌂Bosatsu Documentation
0.0.0+1-7df89fe6*
  • 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-7df89fe6*
  • 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
  • Bosatsu/Option

Bosatsu/Option

source code: - test_workspace/Option.bosatsu

Index

  • Values: eq_Option

Values

eq_Option

references: Bool, Option

def eq_Option[a](eq: (a, a) -> Bool) -> (Option[a], Option[a]) -> Bool

Next: Bosatsu/Predef

On this page:
  • Bosatsu/Option