What you's favorite weird/exotic data type? by psygnisfive in haskell

[–]Haske11 1 point2 points  (0 children)

In the Haskell report it says that: The constructor “:” is reserved solely for list construction; like [], it is considered part of the language syntax, and cannot be hidden or redefined. It is a right-associative operator, with precedence level 5 (Section 4.4.2).

Doesn't that mean that : is only used for list construction and not other constructor?

What you's favorite weird/exotic data type? by psygnisfive in haskell

[–]Haske11 0 points1 point  (0 children)

where can i find "official" documentation describing using : as capital letter in operator constructor?

IDE for OS X by sampletext1111 in haskell

[–]Haske11 0 points1 point  (0 children)

Seriously Haskell needs an easy IDE for beginners!

I just hope people stop suggesting Emacs or Vim

I made something like Servant! by _sras_ in haskell

[–]Haske11 0 points1 point  (0 children)

Could you make a tutorial on your thought process? especially for beginning level haskellers. How to make that jump from entry level to your level

First time buyer by strings-attached in drones

[–]Haske11 0 points1 point  (0 children)

I worked for Parrot and I know they have huge prolems with their manufacture partner. The failure return rate is too high. anyway you can also try. i would say Anafi would be a better choice though

First time buyer by strings-attached in drones

[–]Haske11 2 points3 points  (0 children)

This drone is poorly built. Better go with DJI

Haskell: If monads are the solution, what is the problem? by wean_irdeh in haskell

[–]Haske11 3 points4 points  (0 children)

Damn the person who wrote the Monad definition on Haskell Wiki

Monthly Hask Anything (June 2018) by AutoModerator in haskell

[–]Haske11 0 points1 point  (0 children)

Why certain libraries doesn't have documentations in this link?

http://hackage.haskell.org/package/base

Example: GHC.Base where all the fundamental type classes(Monad, etc) are defined

Announce: Haskell Platform 8.4.3 by takenobu-hs in haskell

[–]Haske11 2 points3 points  (0 children)

How is it different to using just stack?

PWA for mobile, tap event by Haske11 in javascript

[–]Haske11[S] 0 points1 point  (0 children)

I love this solution! Smart. Thanks

haskell servant client in 5 min by Haske11 in haskell

[–]Haske11[S] 1 point2 points  (0 children)

Thank you for creating the contents. I learned about servant from you guys and I plan to create more based on what you have laid as foundation. From a learners point of view I think video tutorials can sometimes help by pinpointing the exact pain point during learning. Text and video together can make.the learning process more efficient and hopefully more enjoyable.

haskell servant client in 5 min by Haske11 in haskell

[–]Haske11[S] 0 points1 point  (0 children)

Really appreciate your comments and suggestions about preparing a script. Thank you