UnicodeSyntax already there as the default
2 files changed, 0 insertions(+), 2 deletions(-) M source/Uxn/Op.hs M source/Uxn/Stmt.hs
M source/Uxn/Op.hs => source/Uxn/Op.hs +0 -1
@@ 1,4 1,3 @@ -{-# LANGUAGE UnicodeSyntax #-} module Uxn.Op ( Op(..) , OpCode(..)
M source/Uxn/Stmt.hs => source/Uxn/Stmt.hs +0 -1
@@ 1,4 1,3 @@ -{-# LANGUAGE UnicodeSyntax #-} module Uxn.Stmt ( Stmt , opToStmt