Skip to content

Instantly share code, notes, and snippets.

View hammad-r-javed's full-sized avatar

Hammad Javed hammad-r-javed

View GitHub Profile
{-# LANGUAGE DerivingVia #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# OPTIONS_GHC -Wall #-}
module FileSystem where
import Control.Applicative
import Control.Monad
import Control.Monad.State
import Data.Bifunctor