Burak Uslu

BU

Activity

  • One of our group is using Haskell in data processing and parsing. I am trying to get into it.

  • Thank you for sharing this stackoverflow flow chart.

  • Types are always a nightmare.

  • Burak Uslu made a comment

    No matter what I do, I can't import Test

  • import Test.QuickCheck is returning
    <no location info>: error:
    Could not find module ‘Test.QuickCheck’

    I installed stacks and I tried to
    stack install QuickCheck
    sudo stack install QuickCheck
    and
    sudo stack install QuickCheck --allow-different-user

    I am receiving:

    Error: Error encountered while configuring GHC with
    ...

  • Burak Uslu made a comment

    I can't seem to import System.Random.

    import System.Random

    <no location info>: error:
    Could not find module ‘System.Random’
    It is not a module in the current program, or in any known package.

  • Burak Uslu made a comment

    What would be causing this issue?

    Prelude> load factorial.hs

    <interactive>:3:1: error:
    Variable not in scope: load :: t0 -> b0 -> c

    <interactive>:3:6: error: Variable not in scope: factorial

    <interactive>:3:16: error: Variable not in scope: hs :: a -> b0

    Found it

  • Mine says

    ghc
    Loaded package environment from /Users/uslu/.ghc/x86_64-darwin-8.10.1/environments/default
    ghc: no input files
    Usage: For basic information, try the `--help' option.

    How do I update?

  • Burak Uslu made a comment

    Thank you all. Quite a different way of thinking.

    I installed stacks for my OSX, but I can't use sort function as in the online examples. That's odd that that ghci is working partially for me.

  • Why is Haskell reminding me of when I first held an RPM calculator?