package
0.0.0-20241125113622-89dfc66c781a
Repository: https://github.com/cloe-lang/cloe.git
Documentation: pkg.go.dev

# Variables

EffectSeq runs arguments of effects sequentially and returns the last one.
Greater checks if arguments are aligned in ascending order or not.
GreaterEq checks if arguments are aligned in ascending order or not.
Less checks if arguments are aligned in ascending order or not.
LessEq checks if arguments are aligned in ascending order or not.
Par evaluates arguments in parallel and returns the last one.
Print prints string representation of arguments to stdout.
Rally sorts arguments by time.
Read reads a string from stdin or a file.
Seq runs arguments of pure values sequentially and returns the last one.
Y is Y combinator which takes a function whose first argument is itself applied to the combinator.
Ys is Y* combinator which takes functions whose first arguments are a list of themselves applied to the combinator.