Skip to content

Commit

Permalink
Merge pull request #478 from sorki/srk/normolu
Browse files Browse the repository at this point in the history
Remove unused ormolu
  • Loading branch information
sorki committed Jan 6, 2024
2 parents 081a241 + 51bb6a7 commit 83eafa5
Show file tree
Hide file tree
Showing 85 changed files with 0 additions and 351 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/ormolu.yaml

This file was deleted.

1 change: 0 additions & 1 deletion Examples/example11.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 11 - the union of a square and a circle.
import Graphics.Implicit

Expand Down
1 change: 0 additions & 1 deletion Examples/example12.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 12 - the rounded union of a square and a circle.
import Control.Applicative (pure)
import Graphics.Implicit
Expand Down
1 change: 0 additions & 1 deletion Examples/example13.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 13 - the rounded union of a cube and a sphere.
import Control.Applicative (pure)
import Graphics.Implicit
Expand Down
1 change: 0 additions & 1 deletion Examples/example16.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
import Control.Applicative (pure)
import Graphics.Implicit
import Graphics.Implicit.Definitions
Expand Down
1 change: 0 additions & 1 deletion Examples/example17.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 17, pulled from our benchmarking suite.
import Control.Applicative (pure)
import Prelude ((<$>), ($), zipWith3, fmap, fromIntegral, (*), (/), Bool(..))
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Canon.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, 2017, 2018, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Definitions.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, 2017, 2018, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Copyright (C) 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/DiscreteAproxable.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2016, Julia Longtin ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/NormedTriangleMeshFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/OutputFormat.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/PolylineFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/RayTrace.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2016, Julia Longtin ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/Definitions.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE

Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/GetLoops.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/GetSegs.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/HandlePolylines.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2012, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/HandleSquares.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/Interpolate.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/RefineSegs.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/TesselateLoops.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Resolution.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Symbolic/Rebound2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Symbolic/Rebound3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/SymbolicFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/SymbolicObj2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/SymbolicObj3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/TextBuilderUtils.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/TriangleMeshFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014, 2015, 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Util.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Default.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Definitions.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Eval/Constant.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Eval/Expr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Eval/Statement.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Expr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014-2019 , Julia Longtin ([email protected])
-- Copyright (C) 2016, Kelvin Cookshaw ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Lexer.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Kelvin Cookshaw ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Statement.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Util.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Primitives.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Util/ArgParser.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Util/OVal.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Util/StateC.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/FastIntUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014-2019, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/IntegralUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014-2019, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/MathUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetBox2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetBox3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetBoxShared.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetImplicit2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetImplicit3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetImplicitShared.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Primitives.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion docs/hacking.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

ImplicitCAD Hacking How To
==========================

Expand Down
Loading

0 comments on commit 83eafa5

Please sign in to comment.