(Hello, thanks in advance) I'm working through the introduction to HoTT in agda https://www.cs.bham.ac.uk/~mhe/HoTT-UF-in-Agda-Lecture-Notes/index.html
and Started my own Agda project (2 files, hardly a project) as I work through the lecture notes, However Load(ing) my file from Atom's agda-mode menu I get this error
agda:14,19: Lexical error (unprintable character): ℓ
I went back and loaded the agda file in the lecture notes' git project and it typechecks fine. I've gone so far as to replace the offending line of code with the same line from the original complete (and typechecking) file and still get the same error
Maybe this is easy solve/stupid question hoping I can get some help