View Source Guesswork.Answer.Result (Guesswork v0.8.0)
A module for evaluating and displaying query results.
Summary
Functions
Takes a value and produces a readable string.
Types
@type value() :: {:bound, Guesswork.Ast.Entity.t()} | {:not, [Guesswork.Ast.Entity.t()]} | {:constraints, [String.t()]}