Skip to content

A place where I play around with ideas in Haskell to develop my skills.

Notifications You must be signed in to change notification settings

rohanpritchard/PlayingWithHaskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bracketsCheckMonad.hs

This was a super basic program that asks you to input a string, and checks whether the string has valid brackets. I made this to work on my skills with monads, and how to create instances of monads. It clearly would have been easy to implement with Maybes instead of my own 'Validity' datatype, but it was for practice.

About

A place where I play around with ideas in Haskell to develop my skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published