Copyright | (c) 2021-2024 Rudy Matela |
---|---|
License | 3-Clause BSD (see the file LICENSE) |
Maintainer | Rudy Matela <rudy@matela.com.br> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- equalModuloTesting :: Conjurable f => Int -> Int -> String -> f -> Defn -> Defn -> Bool
- erroneousCandidate :: Conjurable f => Int -> Int -> String -> f -> Defn -> Bool
- findDefnError :: Conjurable f => Int -> Int -> String -> f -> Defn -> Maybe Expr
Documentation
equalModuloTesting :: Conjurable f => Int -> Int -> String -> f -> Defn -> Defn -> Bool Source #
erroneousCandidate :: Conjurable f => Int -> Int -> String -> f -> Defn -> Bool Source #
For debugging purposes.
This may be taken out of the API at any moment.