fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Respect `OPTIONS_FRONTEND` settings #45

Closed fwcd closed 1 year ago

fwcd commented 2 years ago

For example, setting {-# OPTIONS_FRONTEND -Wno-missing-signatures #-} should cause warnings about missing top-level signatures to disappear.