~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
libs/std/err.plum
module std
`This is used to represent an error value across the languagetrait Err = code() -> Int msg() -> Str cause() -> Err | Nil