Packages

Guesswork is a logic programming library for Elixir. It is heavily inspired by Prolog, but attempts to use idiomatic Elixir when expressing problems and their solutions.

Current section

Files

Jump to
guesswork .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
plugins: [DoctestFormatter],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [deffact: 1, deffalsehood: 1],
export: [
locals_without_parens: [deffact: 1, deffalsehood: 1]
]
]