A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/agda/agda/issues/6994 below:

Warnings are turned off, but code is still highlighted · Issue #6994 · agda/agda · GitHub

In the following code the warning NotAffectedByOpaque is turned off, and Agda does not print any warning, but the definition of R is still highlighted with agda2-highlight-deadcode-face:

{-# OPTIONS -WnoNotAffectedByOpaque #-}

opaque

  record R : Set where

  r : R
  r = record {}

Similarly, in the following code the warning UselessOpaque is turned off, and Agda does not print any warning, but the opaque keyword is still highlighted with agda2-highlight-deadcode-face:

{-# OPTIONS -WnoUselessOpaque #-}

opaque

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4