I want to load the module C:\Users\ymelk\OneDrive\Desktop\Computer Science\Works\Assignments\Functional Programming with Haskell\ex1 straight from GHCi but when i put
:l C:\Users\ymelk\OneDrive\Desktop\Computer Science\Works\Assignments\Functional Programming with Haskell\ex1
ghci says target C:\Users\ymelk\OneDrive\Desktop\Computer' is not a module name or a source file
I suppose that this is because I have whitespaces. one of the solution is to write the name of my documents like camelCase norm but this is too long (many documents)
Is there a way to load a module including whitespaces ?