⌂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/Bool

Bosatsu/Bool

source code: - test_workspace/Bool.bosatsu

Index

  • Values: not

Values

not

references: Bool

def not(arg1: Bool) -> Bool

Next: Bosatsu/Char

On this page:
  • Bosatsu/Bool