코딩Coding/Haskell하스켈_해스켈_연습
-
Haskell: No instance for (Show Exp) arising from a use of 'print'코딩Coding/Haskell하스켈_해스켈_연습 2022. 11. 23. 14:17
https://stackoverflow.com/questions/64437177/haskell-no-instance-for-show-exp-arising-from-a-use-of-print Haskell: No instance for (Show Exp) arising from a use of 'print' I am getting the following error: No instance for (Show Exp) arising from a use of ‘print’ In the expression: print ti1 In an equation for ‘it’: it = print ti1 When I ghci>ti1 = Add (Lit 8) (Ne... stackoverflow.com
-
Windows에 haskell-language-server 설치하기코딩Coding/Haskell하스켈_해스켈_연습 2022. 11. 19. 10:55
PS C:\Users\user> choco install haskell-language-server Chocolatey v1.2.0 Installing the following packages: haskell-language-server By installing, you accept licenses for the packages. Progress: Downloading ghc 9.0.1... 100% Progress: Downloading cabal 3.8.1.0... 100% Progress: Downloading haskell-language-server 1.5.1... 100% cabal v3.8.1.0 [Approved] cabal package files install completed. Per..
-
haskell❤️Simplex-chat코딩Coding/Haskell하스켈_해스켈_연습 2022. 9. 23. 19:30
https://github.com/simplex-chat/simplex-chat GitHub - simplex-chat/simplex-chat: SimpleX - the first messaging platform operating without user identifiers of any kind - 100% SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released 📱! - GitHub - simplex-chat/simplex-chat: SimpleX - ... github.com
-
Haskell Stack ❤️Mega-Tutorial코딩Coding/Haskell하스켈_해스켈_연습 2022. 7. 24. 20:40
https://youtu.be/sRonIB8ZStw stack ghci Writing implicit global project config file to: /Users/globalyoung/.stack/global-project/stack.yaml Note: You can change the snapshot via the resolver field there. Using latest snapshot resolver: lts-19.16 Preparing to install GHC to an isolated location. This will not interfere with any system-level installation. Downloaded ghc-9.0.2. ld: unknown option: ..
-
Haskell-Stack & homebrew haskell-stack코딩Coding/Haskell하스켈_해스켈_연습 2022. 7. 24. 18:11
https://royleej9.tistory.com/entry/Haskell-Stack [Haskell] Stack The Haskell Tool Stack stack 개발 환경 - 한글 Setup linux curl -sSL https://get.haskellstack.org/ | sh 또는 wget -qO- https://get.haskellstack.org/ | sh 환경 변수 등록 echo 'export PATH=.. royleej9.tistory.com brew install haskell-stack https://docs.haskellstack.org/en/stable/install_and_upgrade/ Install/upgrade - The Haskell Tool Stack En..