From 80dac1feac6f058f6beb0a5ffbddf3a5139fa336 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 21 Dec 2004 17:48:59 +0000 Subject: [PATCH] improved input syntax page with example queries of elim, match and hint --- helm/searchEngine/html/moogle_syntax.html | 57 +++++++++++++++++++---- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/helm/searchEngine/html/moogle_syntax.html b/helm/searchEngine/html/moogle_syntax.html index 80e45ca19..2d7839409 100644 --- a/helm/searchEngine/html/moogle_syntax.html +++ b/helm/searchEngine/html/moogle_syntax.html @@ -3,6 +3,8 @@ @@ -27,27 +29,66 @@ Examples:

  • - hint + match <term> +

    + Examples: +

    +

  • - match + hint <term> +

    + Examples: +

    +

  • - elim + elim <identifier> +

    + Examples: +

    +

  • -- 2.39.2