Skip to content

Commit

Permalink
Remove boilerplate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cimbul committed Dec 29, 2018
1 parent b46310d commit 6896891
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 84 deletions.
14 changes: 0 additions & 14 deletions src/Main.hs
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
-----------------------------------------------------------------------------
--
-- Module : Main
-- Copyright :
-- License : AllRightsReserved
--
-- Maintainer :
-- Stability :
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

module Main (
main,
) where
Expand Down
14 changes: 0 additions & 14 deletions src/Prolog/Compiler.hs
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
-----------------------------------------------------------------------------
--
-- Module : Prolog.Compiler
-- Copyright :
-- License : AllRightsReserved
--
-- Maintainer :
-- Stability :
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

{-# LANGUAGE FlexibleContexts #-}

module Prolog.Compiler (
Expand Down
14 changes: 0 additions & 14 deletions src/Prolog/Data.hs
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
-----------------------------------------------------------------------------
--
-- Module : Prolog.Data
-- Copyright :
-- License : AllRightsReserved
--
-- Maintainer :
-- Stability :
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

{-# LANGUAGE FlexibleContexts #-}

module Prolog.Data (
Expand Down
14 changes: 0 additions & 14 deletions src/Prolog/Interpreter.hs
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
-----------------------------------------------------------------------------
--
-- Module : Prolog.Interpreter
-- Copyright :
-- License : AllRightsReserved
--
-- Maintainer :
-- Stability :
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

module Prolog.Interpreter (
interpret,
program,
Expand Down
14 changes: 0 additions & 14 deletions src/Prolog/Parser.hs
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
-----------------------------------------------------------------------------
--
-- Module : Prolog.Parser
-- Copyright :
-- License : AllRightsReserved
--
-- Maintainer :
-- Stability :
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

module Prolog.Parser (
sentence,
clause,
Expand Down
14 changes: 0 additions & 14 deletions src/Prolog/Test.hs
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
-----------------------------------------------------------------------------
--
-- Module : Prolog.Test
-- Copyright :
-- License : AllRightsReserved
--
-- Maintainer :
-- Stability :
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

module Main (
main,
) where
Expand Down

0 comments on commit 6896891

Please sign in to comment.