You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is with the new #lang-pulse block from #168. If a Pulse definition has an identifier not found error, then we get an extra "Failed to desugar pulse extension text" error. Additionally, this error is shown not on the problematic identifier or its enclosing definition, but on a previous definition. There also seems to be an issue with incremental processing in the IDE; if you fix the error, check the file, and then introduce the error again, then there is no "Failed to desugar pulse extension text" message.
moduleBlockBug#lang-pulseopenPulse.Lib.Pervasives// - Failed to desugar pulse extension textletis_sublist(ab:Seq.seqnat):prop=truefncheck_is_sublist(m:SiveT.t)requiresempensuresemp{()}
The text was updated successfully, but these errors were encountered:
This is with the new
#lang-pulse
block from #168. If a Pulse definition has an identifier not found error, then we get an extra "Failed to desugar pulse extension text" error. Additionally, this error is shown not on the problematic identifier or its enclosing definition, but on a previous definition. There also seems to be an issue with incremental processing in the IDE; if you fix the error, check the file, and then introduce the error again, then there is no "Failed to desugar pulse extension text" message.The text was updated successfully, but these errors were encountered: