Fix Kernel function conflict under Elixir 1.8
This commit is contained in:
parent
486c15631c
commit
8979cfd001
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defmodule RDF.Numeric do
|
|||
alias Elixir.Decimal, as: D
|
||||
|
||||
import RDF.Literal.Guards
|
||||
import Kernel, except: [abs: 1]
|
||||
import Kernel, except: [abs: 1, floor: 1, ceil: 1]
|
||||
|
||||
|
||||
@types MapSet.new [
|
||||
|
|
Loading…
Reference in a new issue