mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
instance Eq Expr in the Haskell binding
This commit is contained in:
@@ -1037,7 +1037,7 @@ pgf_literal_eq(PgfLiteral lit1, PgfLiteral lit2)
|
||||
return false;
|
||||
}
|
||||
|
||||
PGF_API bool
|
||||
PGF_API int
|
||||
pgf_expr_eq(PgfExpr e1, PgfExpr e2)
|
||||
{
|
||||
GuVariantInfo ei1 = gu_variant_open(e1);
|
||||
|
||||
Reference in New Issue
Block a user