I've tried type checking modules programs that import modules from Builtin
or the standard library, it always brings me to some module in the particular library that I'm importing from and says there's a parse error on a comment. When it does this on a file in the standard library I just delete the comment, but it won't let me edit files in Builtin
. I'm using Emacs 25.1 and Agda 2.4.2. What should I do? Specifically, I'm importing Agda.Builtin.Float
and it's giving me a parse error on
{-# COMPILED_DATA_UHC Bool_BOOL_ _FALSE_ _TRUE_ #-}
in Agda.Builtin.Bool