You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of a basic console Text Editor using Haskell for the Programming Paradigms module of second year Computer Science. The task was to implement the text editor solution in either a purely functional or purely object-oriented programming language. Haskell was chosen as a purely functional programming language after conducting research…