Ekaagr Chaudharee

Results 3 issues of Ekaagr Chaudharee

``` {-# language UnicodeSyntax #-} module Main where import Prelude qualified as A data Term a where Lit :: A.Int -> Term A.Int Succ :: Term A.Int -> Term A.Int...

Example : ``` {-# language UnicodeSyntax #-} module Main where import Prelude qualified as A data Detail = Detail { id :: String , name :: String } deriving (Show)...

Feel free to modify it as required. ``` const hasRequire= /require\(/u; const spaceMatcher= /(?\s*)(?(?:\+|-|\*|\/|%|&|\^|\|||\*\*|>>>)?=)/u; const assignmentTokens= new Set ([ `>>>=`, `=`, `**=`, `&&=`, `||=`, `??=`, `+=`, `-=`, `*=`, `/=`, `%=`,...